Properties
The actions extra key holds the payload of actions to be performed with the push.
The alert extra holds the string sent in the "alert" field of an Airship Push Notification.
The extra key for the channel ID.
The extra key for the category of the notification.
The extra key for the delivery priority.
The EXPIRATION extra is a time expressed in seconds since the Epoch after which, if specified, the notification should not be delivered. It is removed from the notification before delivery to the client. If not present, notifications may be delivered arbitrarily late.
The extra key to control the notification display in the foreground.
The extra key indicates the name of an icon to use from an app's drawable resources.
The extra key indicates the icon color.
The extra key for the the legacy in-app message payload.
The extra key for the payload of Airship actions to be run when an interactive notification action button is opened.
The extra key for the interactive notification group that will be displayed with a push.
The Live Update payload.
The extra key indicates if the notification should only be displayed on the device.
The push metadata extra holds the encrypted push identifiers sent in an Airship Push Notification. Possible data includes send, push, and group IDs.
The extra key for the channel to be used when posting a notification.
The extra key for the tag to be used when posting a notification.
The ping extra indicates a push meant to test whether the application is active
The extra key for the priority of the notification. Acceptable values range from PRIORITY_MIN (-2) to PRIORITY_MAX (2).
The extra key for the public notification payload.
The push ID extra is the ID assigned to a push at the time it is sent. Each API call will result in a unique push ID, so all notifications that are part of a multicast push will have the same push ID.
The rich push extra that contains the rich push message ID.
The push ID extra holds the unique push ID sent in an Airship Push Notification. This is most commonly referred to as the "Send ID" at Airship.
The extra key for the sound of the notification.
The extra key for the style of the notification.
The extra key for the summary of the notification.
The extra key for the title of the notification.
The extra key for the notification's visibility in the lockscreen. Acceptable values are: VISIBILITY_PUBLIC (1), VISIBILITY_PRIVATE (0) or VISIBILITY_SECRET (-1).
The extra key for the wearable payload.
The maximum priority value for the notification.
The maximum visibility value for the notification in the lockscreen.
The minimum priority value for the notification.
The minimum visibility value for the notification in the lockscreen.
Constant for the extra .EXTRA_DELIVERY_PRIORITY that indicates the push is high priority.
Shows the notification's full content in the lockscreen. This is the default visibility.