IConversationServiceEvent
Interface that represents messenger events such as typing, isRead.
Extends IMessengerEvent which provides service information (IM user's ID, action, event type).
Methods
getConversationUUID
String
getConversationUUID()
Gets the conversation UUID associated with this event.
Returns
type:
String
getSequence
long
getSequence()
Gets the sequence number of the event that has been marked as read by the user initiated this event. Only available for MessengerEventType.IS_READ.
Returns
type:
long