public interface UserTypingEventListener
Monitors typing events in conversations.
| Public methods | |
|---|---|
void |
void onTyping(Conversation conversation, User user)
Perform on typing. |
void |
void onEndTyping(Conversation conversation, User user)
Perform on end typing. |
void onTyping(Conversation conversation, User user)
Perform on typing.
void onEndTyping(Conversation conversation, User user)
Perform on end typing.