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

Enumeration Members

Enumeration Members

CLOSE: "close"

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

CONTROL: "control"

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

EXPIRE: "expire"

The notification expired.

PROGRAMMATIC: "programmatic"

The action was triggered programmatically by an application.

Not currently supported

SELECT: "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.

Generated using TypeDoc