Uses of Class
org.jivesoftware.smackx.chat_markers.ChatMarkersState
-
Packages that use ChatMarkersState Package Description org.jivesoftware.smackx.chat_markers XEP-0333: Chat Markers. -
-
Uses of ChatMarkersState in org.jivesoftware.smackx.chat_markers
Methods in org.jivesoftware.smackx.chat_markers that return ChatMarkersState Modifier and Type Method Description static ChatMarkersStateChatMarkersState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChatMarkersState[]ChatMarkersState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smackx.chat_markers with parameters of type ChatMarkersState Modifier and Type Method Description voidChatMarkersListener. newChatMarkerMessage(ChatMarkersState chatMarkersState, Message message, Chat chat)Called in ChatMarkersManager when a new message with a markable tag arrives.
-