Rate this page:

IMessageEvent

Interface that represents messenger events related to messages (send, update, remove).

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

Methods

getMessage

Copy URL

IMessage

getMessage()

Get IMessage with message information.

Returns

getSequence

Copy URL

long

getSequence()

Get the sequence number for this event.

Returns

  • type:

    long

getTimestamp

Copy URL

long

getTimestamp()

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

Returns

  • type:

    long