VIMessengerEvent
Base interface that represents all messenger events provided via VIMessengerDelegate or VIMessengerCompletion.
Props
action
@property (strong, readonly, nonatomic) action
Action that triggered this event.
Returns
type:
eventType
@property (strong, readonly, nonatomic) eventType
Messenger event type.
Returns
type:
imUserId
@property (strong, nullable, readonly, nonatomic) NSNumber *
imUserId
Voximplant IM ID for the user that initiated the event.
Note that IM user ID is always nil for the VIErrorEvent events.
Returns
type:
NSNumber *