RetransmitEvent
Interface that represents the messenger events for the following methods call result:
Extends MessengerEvent which provides service information (IM user id, action, event type).
Props
imUserId
val imUserId: Long
The IM id for the user that initiated the event.
Note that IM user id is always 0 for the ErrorEvent events.
Returns
type:
Long
events
val events: List<MessengerEvent>
The list of the events that have been retransmitted.
Returns
type:
List<MessengerEvent>
fromSequence
val fromSequence: Long
The event sequence number from which the events have been retransmitted.
Returns
type:
Long
toSequence
val toSequence: Long
The event sequence number to which the events have been retransmitted.
Returns
type:
Long