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 voidCometChat. endTyping(TypingIndicator typingIndicator)Sends the end typing indicator to user or groupvoidCometChat.MessageListener. onTypingEnded(TypingIndicator typingIndicator)To receive typingIndicator when user ends typingvoidCometChat.MessageListener. onTypingStarted(TypingIndicator typingIndicator)To receive typingIndicator when user starts typingstatic voidCometChat. 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 TypingIndicatorTypingIndicator. fromJSON(JSONObject mainObject)
-