VIRetransmitEvent
Interface that represents the messenger events for the following methods call result:
- [VIConversation retransmitEventsFrom:to:completion:]
- [VIConversation retransmitEventsFrom:count:completion:]
- [VIConversation retransmitEventsTo:count:completion:]
Extends VIMessengerEvent which provides service information (IM user id, action, event type).
Props
events
@property (strong, readonly, nonatomic) NSArray<VIMessengerEvent *> *
events
Array of event objects that have been retransmitted.
Returns
type:
NSArray<VIMessengerEvent *> *
fromSequence
@property (assign, readonly, nonatomic) SInt64
fromSequence
Event sequence number from which the events have been retransmitted.
Returns
type:
SInt64
toSequence
@property (assign, readonly, nonatomic) SInt64
toSequence
Event sequence number to which the events have been retransmitted.
Returns
type:
SInt64