CloudMessagingReceiver.IntentActionKeys

  • 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.

public static final class CloudMessagingReceiver.IntentActionKeys extends Object

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.

Constant Value: "com.google.firebase.messaging.NOTIFICATION_DISMISS"

public static final String NOTIFICATION_OPEN

Action of the wrapped Intent sent when a notification is opened.

Constant Value: "com.google.firebase.messaging.NOTIFICATION_OPEN"