VIConversationServiceEvent class
Interface that represents messenger events such as typing, isRead.
Extends VIMessengerEvent which provides service information (IM user id, action, event type).
- Inheritance
-
- Object
- VIMessengerEvent
- VIConversationServiceEvent
Properties
- action → VIMessengerAction
-
The action that triggered this event.
finalinherited
- conversationUuid → String
-
The conversation UUID associated with this event.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imUserId → int?
-
The IM id for the user that initiated the event.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequence → int
-
The sequence number of the event that was marked as read by the user initiated this event.
Only available for VIMessengerEventType.read.
final
- type → VIMessengerEventType
-
The messenger event type.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited