Rate this page:

ConversationServiceEvent

Interface that represents messenger events such as typing, isRead.

Extends MessengerEvent which provides service information (IM user id, action, event type).

Props

action

Copy URL
action: 

The action that triggered this event.

Returns

conversationUuid

Copy URL
conversationUuid: 

The conversation UUID associated with this event.

Returns

  • type:

    String

imUserId

Copy URL
imUserId: 

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

sequence

Copy URL
sequence: 

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

type

Copy URL
type: 

The messenger event type.

Returns