public interface UserNotification
Modifier and Type | Method and Description |
---|---|
NotificationConfiguration |
getNotificationConfiguration()
Returns the
NotificationConfiguration of this Notification. |
void |
show(android.content.Context context)
Shows the Notification to the user.
|
NotificationConfiguration getNotificationConfiguration()
NotificationConfiguration
of this Notification.NotificationConfiguration
of this Notification.void show(android.content.Context context)
context
- the Context
of the app.