Keys used to pass data within the broadcast Intent's extras.
| 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. |
Broadcast Intent extra key that holds the PendingIntent that is sent when the notification action is performed.
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.