public interface SignallingEvent
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
ChannelBaseInfo |
getChannelBaseInfo()
Get the channel basic info
|
java.lang.String |
getCustomInfo()
Get the custom info
|
SignallingEventType |
getEventType()
Get the event type
|
java.lang.String |
getFromAccountId()
Get the sender of a notification
For example: For InvitedEvent , fromAccountId represents the inviterFor InviteAckEvent , fromAccountId represents the inviteeNote: For multi-device notifications, FromAccountId represent the current user |
long |
getTime()
Get the time when a notification is sent
|
ChannelBaseInfo getChannelBaseInfo()
java.lang.String getFromAccountId()
InvitedEvent
, fromAccountId represents the inviterInviteAckEvent
, fromAccountId represents the inviteejava.lang.String getCustomInfo()
SignallingEventType getEventType()
long getTime()