Interface: DisplayedNotification

An interface representing a notification that is currently displayed in the notification tray.

Properties

date?

optional date: string

Date the notification was shown to the user

id?

optional id: string

ID of the notification

notification

notification: Notification

The payload that was used to create the notification (if available)

trigger

trigger: Trigger

The trigger that was used to schedule the notification (if available)

Platform

iOS