ConversationServiceEvent
This API is in beta and subject to change.
Interface that represents messenger events such as typing, isRead.
Extends MessengerEvent which provides service information (IM user id, action, event type).
Props
conversationUuid
val conversationUuid: String
This API is in beta and subject to change.
The conversation UUID associated with this event.
Returns
type:
String
sequence
val sequence: Long
This API is in beta and subject to change.
The sequence number of the event that is marked as read by the user initiated this event. Only available for MessengerEventType.IsRead.
Returns
type:
Long