AboutSupportDeveloper GuideVersion 22.3.18

Lists the different triggers that can raise an Actions|action. Each action that is raised will result in a NotificationActionEvent|notification-action event, which can be captured by the application that created the notification.

Enumeration Members

Enumeration Members

CLOSE

The notification was closed, either by user interaction, programmatically by an application, or by the notification expiring.

CONTROL

The user interacted with one of the controls in the notification: a button or an actionable fragment.

EXPIRE

The notification expired.

PROGRAMMATIC

The action was triggered programmatically by an application.

Not currently supported

SELECT

The user clicked the body of the notification itself. Any clicks of the notification that don't hit a control or the close button will fire an event with the 'select' action trigger.