CloudMessagingReceiver.IntentActionKeys

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"