public class AppNotificationIntent extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_APP_NOTIFICATION
Handled by apps that want to receive notifications.
|
static String |
EXTRA_APP_EVENT
A required
String extra sent with an ACTION_APP_NOTIFICATION intent
that specifies the app-specific category of the event being sent. |
static String |
EXTRA_PAYLOAD
An optional
String extra sent with an ACTION_APP_NOTIFICATION intent
that stores up to 4k of data associated with an app notification. |
Constructor and Description |
---|
AppNotificationIntent() |
public static final String ACTION_APP_NOTIFICATION
EXTRA_APP_EVENT
and EXTRA_PAYLOAD
extras.public static final String EXTRA_APP_EVENT
String
extra sent with an ACTION_APP_NOTIFICATION
intent
that specifies the app-specific category of the event being sent.public static final String EXTRA_PAYLOAD
String
extra sent with an ACTION_APP_NOTIFICATION
intent
that stores up to 4k of data associated with an app notification.