com.nokia.notifications
public interface NotificationMessage
NotificationMessage
is notification received from a service.
NotificationMessage
is received in
NotificationSessionListener.messageReceived(NotificationMessage)
.Modifier and Type | Method and Description |
---|---|
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.
|
int |
getUnreadMessageCount()
Returns the count of messages still to be received.
|
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()
int getUnreadMessageCount()