Rate this page:

VIMessengerEvent

Base interface that represents all messenger events provided via VIMessengerDelegate or VIMessengerCompletion.

Props

action

Copy URL
@property (strong, readonly, nonatomic) 

VIMessengerAction

action

The action that triggered this event.

Returns

eventType

Copy URL
@property (strong, readonly, nonatomic) 

VIMessengerEventType

eventType

The messenger event type.

imUserId

Copy URL
@property (strong, nullable, readonly, nonatomic) 

NSNumber *

imUserId

The 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 *