Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationResponseEvent

Event fired when the user initiates a notification response.

Hierarchy

  • NotificationResponseEvent

Index

Properties

Optional actionId

actionId: undefined | string

The action button ID, if available.

isForeground

isForeground: boolean

Indicates whether the response was a foreground action. This value is always if the user taps the main notification, otherwise it is defined by the notification action button.

notification

notification: PushReceivedEvent

The push notification.

Generated using TypeDoc