Class LocalNotification.MessagingStyle.Message
java.lang.Object
com.codename1.notifications.LocalNotification.MessagingStyle.Message
- Enclosing class:
LocalNotification.MessagingStyle
A single message within a messaging style notification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the sender display name.getText()Returns the message text.longReturns the message timestamp.
-
Constructor Details
-
Message
-
-
Method Details
-
getText
Returns the message text.
Returns
the text
-
getTimestamp
public long getTimestamp()Returns the message timestamp.
Returns
the timestamp in milliseconds since the epoch
-
getSenderName
Returns the sender display name.
Returns
the sender name, or null for the device user
-