Rate this page:

IConversationEvent

Interface that represents messenger events related to conversations such as create, edit, remove, etc.

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

Methods

getConversation

Copy URL

IConversation

getConversation()

Get IConversation with the conversation details.

Returns

getSequence

Copy URL

long

getSequence()

Get the sequence number of this event.

Returns

  • type:

    long

getTimestamp

Copy URL

long

getTimestamp()

Get the UNIX timestamp (seconds) that specifies the time the conversation event was provoked.

Returns

  • type:

    long