public interface NotificationMessage<T>
Modifier and Type | Method and Description |
---|---|
Notification |
getNotification()
The notification information use for deciding how a message should be displayed.
|
T |
getPayload()
The payload for the notification message.
|
String |
getType()
The type of the message
|
T getPayload()
Notification getNotification()
String getType()