Page Summary
-
CloudMessagingReceiver.IntentActionKeys defines actions for wrapped Intents in notification action broadcasts.
-
It includes constants like NOTIFICATION_DISMISS and NOTIFICATION_OPEN to indicate the type of notification action.
-
NOTIFICATION_DISMISS is the action for an Intent sent when a notification is dismissed.
-
NOTIFICATION_OPEN is the action for an Intent sent when a notification is opened.
Actions for the wrapped Intent of notification action broadcasts to indicate the notification action type.
Constant Summary
| String | NOTIFICATION_DISMISS | Action of the wrapped Intent sent when a notification is dismissed. |
| String | NOTIFICATION_OPEN | Action of the wrapped Intent sent when a notification is opened. |
Inherited Method Summary
Constants
public static final String NOTIFICATION_DISMISS
Action of the wrapped Intent sent when a notification is dismissed.
public static final String NOTIFICATION_OPEN
Action of the wrapped Intent sent when a notification is opened.