public interface Notification
Modifier and Type | Method and Description |
---|---|
Activity |
getActivity()
Gets the associated activity.
|
String |
getMessage()
Gets the notification message.
|
String |
getTag()
Gets the notification tag.
|
Activity getActivity()
This activity can contain more information about the notification.
Can be null
if none.
String getMessage()
String getTag()