ConversationListEvent
This API is in beta and subject to change.
Interface that represents messenger events related to conversation enumeration.
Extends MessengerEvent which provides service information (IM user id, action, event type).
Props
imUserId
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
val action:
This API is in beta and subject to change.
The action that triggered this event.
Returns
type:
type
val type:
This API is in beta and subject to change.
The messenger event type.
Returns
type:
conversationUuidList
val conversationUuidList: List<String>
This API is in beta and subject to change.
The list of UUID conversations.
Returns
type:
List<String>