| Package | Description |
|---|---|
| com.cometchat.pro.core |
| Modifier and Type | Method and Description |
|---|---|
static void |
CometChat.endTyping(TypingIndicator typingIndicator)
ends typing indicator to user or group
|
void |
CometChat.MessageListener.onTypingEnded(TypingIndicator typingIndicator)
To receive typingIndicator when user ends typing
|
void |
CometChat.MessageListener.onTypingStarted(TypingIndicator typingIndicator)
To receive typingIndicator when user starts typing
|
static void |
CometChat.startTyping(TypingIndicator typingIndicator)
Sends typing indicator to user or group
|