Package | Description |
---|---|
org.jivesoftware.smackx.chat_markers |
XEP-0333: Chat Markers.
|
Modifier and Type | Method and Description |
---|---|
static ChatMarkersState |
ChatMarkersState.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
ChatMarkersListener.newChatMarkerMessage(ChatMarkersState chatMarkersState,
Message message,
Chat chat)
Called in ChatMarkersManager when a new message with a markable tag arrives.
|