Uses of Class
org.jivesoftware.smack.chat.ChatManager.MatchMode
-
Packages that use ChatManager.MatchMode Package Description org.jivesoftware.smack.chat Smacks legacy API for 1:1 chats. -
-
Uses of ChatManager.MatchMode in org.jivesoftware.smack.chat
Methods in org.jivesoftware.smack.chat that return ChatManager.MatchMode Modifier and Type Method Description ChatManager.MatchMode
ChatManager. getMatchMode()
Deprecated.Gets the current mode for matching messages with NO thread id to existing chats.static ChatManager.MatchMode
ChatManager.MatchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChatManager.MatchMode[]
ChatManager.MatchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smack.chat with parameters of type ChatManager.MatchMode Modifier and Type Method Description static void
ChatManager. setDefaultMatchMode(ChatManager.MatchMode mode)
Deprecated.void
ChatManager. setMatchMode(ChatManager.MatchMode matchMode)
Deprecated.Sets the mode for matching messages with NO thread id to existing chats.
-