Uses of Enum
org.jivesoftware.smackx.chat_markers.ChatMarkersState
Packages that use ChatMarkersState
-
Uses of ChatMarkersState in org.jivesoftware.smackx.chat_markers
Methods in org.jivesoftware.smackx.chat_markers that return ChatMarkersStateModifier 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.Methods in org.jivesoftware.smackx.chat_markers with parameters of type ChatMarkersStateModifier and TypeMethodDescriptionvoid
ChatMarkersListener.newChatMarkerMessage
(ChatMarkersState chatMarkersState, Message message, Chat chat) Called in ChatMarkersManager when a new message with a markable tag arrives.