Uses of Class
com.cometchat.pro.models.TypingIndicator
-
Packages that use TypingIndicator Package Description com.cometchat.pro.core com.cometchat.pro.models -
-
Uses of TypingIndicator in com.cometchat.pro.core
Methods in com.cometchat.pro.core with parameters of type TypingIndicator Modifier and Type Method Description static void
CometChat. endTyping(TypingIndicator typingIndicator)
Sends the end typing indicator to user or groupvoid
CometChat.MessageListener. onTypingEnded(TypingIndicator typingIndicator)
To receive typingIndicator when user ends typingvoid
CometChat.MessageListener. onTypingStarted(TypingIndicator typingIndicator)
To receive typingIndicator when user starts typingstatic void
CometChat. startTyping(TypingIndicator typingIndicator)
Sends the typing start indicator to user or group -
Uses of TypingIndicator in com.cometchat.pro.models
Methods in com.cometchat.pro.models that return TypingIndicator Modifier and Type Method Description static TypingIndicator
TypingIndicator. fromJSON(JSONObject mainObject)
-