VIMessengerEvent class abstract

Base interface that represents all messenger events provided via VIMessenger callbacks or as a result of method calls.

Implementers

Properties

action VIMessengerAction
The action that triggered 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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type VIMessengerEventType
The messenger event type.
final

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