Rate this page:

VIRetransmitEvent

Interface that represents the messenger events for the following methods call result:

Extends VIMessengerEvent which provides service information (IM user id, action, event type).

Props

events

Copy URL
@property (strong, readonly, nonatomic) 

NSArray<VIMessengerEvent *> *

events

An array of event objects that were retransmitted.

Returns

fromSequence

Copy URL
@property (assign, readonly, nonatomic) 

SInt64

fromSequence

The event sequence number from which the events were retransmitted.

Returns

  • type:

    SInt64

toSequence

Copy URL
@property (assign, readonly, nonatomic) 

SInt64

toSequence

The event sequence number to which the events were retransmitted.

Returns

  • type:

    SInt64