Rate this page:

IRetransmitEvent

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

Extends IMessengerEvent which provides service information (IM user's ID, action, event type).

Methods

getEvents

Copy URL

List<IMessengerEvent>

getEvents()

Gets the list of the event objects that have been retransmitted.

Returns

getFromSequence

Copy URL

long

getFromSequence()

Returns the event sequence number from which the events have been retransmitted.

Returns

  • type:

    long

getToSequence

Copy URL

long

getToSequence()

Returns the event sequence number to which the events have been retransmitted.

Returns

  • type:

    long