CloudMessagingReceiver.IntentKeys

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"