CloudMessagingReceiver.IntentKeys

  • CloudMessagingReceiver.IntentKeys is a class that defines keys used to pass data within broadcast Intent's extras.

  • The PENDING_INTENT key holds the PendingIntent sent when a notification action is performed.

  • The WRAPPED_INTENT key holds a wrapped Intent with extra data passed to the callback for the wrapped Intent's action type.

public static final class CloudMessagingReceiver.IntentKeys extends Object

Keys used to pass data within the broadcast Intent's extras.

Constant Summary

String PENDING_INTENT Broadcast Intent extra key that holds the PendingIntent that is sent when the notification action is performed.
String WRAPPED_INTENT Broadcast Intent extra key that holds the wrapped Intent with the extra data that is passed to the callback corresponding to the wrapped Intent's action type.

Inherited Method Summary

Constants

public static final String PENDING_INTENT

Broadcast Intent extra key that holds the PendingIntent that is sent when the notification action is performed.

Constant Value: "pending_intent"

public static final String WRAPPED_INTENT

Broadcast Intent extra key that holds the wrapped Intent with the extra data that is passed to the callback corresponding to the wrapped Intent's action type.

Constant Value: "wrapped_intent"