Uses of Enum
org.jivesoftware.smackx.chat_markers.ChatMarkersState
-
Uses of ChatMarkersState in org.jivesoftware.smackx.chat_markers
Modifier and TypeMethodDescriptionstatic ChatMarkersState
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.Modifier and TypeMethodDescriptionvoid
ChatMarkersListener.newChatMarkerMessage
(ChatMarkersState chatMarkersState, Message message, Chat chat) Called in ChatMarkersManager when a new message with a markable tag arrives.