Options
All
  • Public
  • Public/Protected
  • All
Menu

Lists the different triggers that can raise an {@link 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.

Index

Enumeration members

Enumeration members

CLOSE

CLOSE: = "close"

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

CONTROL

CONTROL: = "control"

The user interacted with one of the controls within the notification. This currently means a button click, but other control types will be added in future releases.

EXPIRE

EXPIRE: = "expire"

The notification expired.

PROGRAMMATIC

PROGRAMMATIC: = "programmatic"

The action was triggered programmatically by an application.

Not currently supported - will be implemented in a future release

SELECT

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