|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationMessage
NotificationMessage
is notification received from a service.
NotificationMessage
is received in
NotificationSessionListener.messageReceived(NotificationMessage)
.
Method Summary | |
---|---|
java.lang.String |
getFrom()
Returns sender's JID. |
java.lang.String |
getNotificationItemId()
Returns the item ID of the message. |
NotificationPayload |
getPayload()
Returns NotificationPayload object. |
java.lang.String |
getSenderInformation()
Returns sender's Application ID. |
java.util.Date |
getTimestamp()
Returns message publication time. |
java.lang.String |
getTitle()
Returns the message title. |
Method Detail |
---|
java.lang.String getFrom()
NotificationPayload getPayload()
NotificationPayload
object.
null
if the notification did not
contain a payload.java.lang.String getSenderInformation()
java.util.Date getTimestamp()
java.lang.String getTitle()
null
if no title is defined.java.lang.String getNotificationItemId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |