public interface ChatMarkersListener
Modifier and Type | Method and Description |
---|---|
void |
newChatMarkerMessage(ChatMarkersState chatMarkersState,
Message message,
Chat chat)
Called in ChatMarkersManager when a new message with a markable tag arrives.
|
void newChatMarkerMessage(ChatMarkersState chatMarkersState, Message message, Chat chat)
chatMarkersState
- the current state of the message.message
- the new incoming message with a markable XML tag.chat
- associated to the message. This element can be NULL.