public interface PushNotificationMessage
ChatMessage
, so only a few methods of it'sModifier and Type | Method | Description |
---|---|---|
long |
getNativePointer() |
Gets the native pointer used by this class to make native method calls.
|
java.lang.Object |
getUserData() |
Gets the object stored in this object user's data
|
boolean |
isConferenceInvitationCancellation() |
Tells whether or not this message contains a conference invitation
cancellation. |
boolean |
isConferenceInvitationNew() |
Tells whether or not this message contains a new conference invitation.
|
boolean |
isConferenceInvitationUpdate() |
Tells whether or not this message contains a conference invitation update.
|
boolean |
isIcalendar() |
Tells whether or not this message contains an icalendar by checking it's
content type. |
void |
setUserData(java.lang.Object data) |
Sets the object to store in this object user's data
|
java.lang.String |
toString() |
boolean isConferenceInvitationCancellation()
boolean isConferenceInvitationNew()
boolean isConferenceInvitationUpdate()
boolean isIcalendar()
void setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()
long getNativePointer()
java.lang.String toString()
toString
in class java.lang.Object