CloudMessagingReceiver.IntentActionKeys

public static final classCloudMessagingReceiver.IntentActionKeysextendsObject

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 finalString NOTIFICATION_DISMISS

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

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

public static finalString NOTIFICATION_OPEN

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

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