Rate this page:

RetransmitEvent

This API is in beta and subject to change.

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

Copy URL
val imUserId: 

Long

This API is in beta and subject to change.

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

action

Copy URL
val action: 

MessengerAction

This API is in beta and subject to change.

The action that triggered this event.

Returns

type

Copy URL
val type: 

MessengerEventType

This API is in beta and subject to change.

The messenger event type.

Returns

events

Copy URL
val events: 

List<MessengerEvent>

This API is in beta and subject to change.

The list of the events that have been retransmitted.

Returns

fromSequence

Copy URL
val fromSequence: 

Long

This API is in beta and subject to change.

The event sequence number from which the events have been retransmitted.

Returns

  • type:

    Long

toSequence

Copy URL
val toSequence: 

Long

This API is in beta and subject to change.

The event sequence number to which the events have been retransmitted.

Returns

  • type:

    Long