StatusEvent
Interface that represents the messenger events related to user status changes.
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
isOnline
val isOnline: Boolean
Whether the user is online.
Returns
type:
Boolean