Interface: DisplayedNotification

Defined in: packages/react-native/src/types/Notification.ts:124

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

Properties

date?

optional date: string

Defined in: packages/react-native/src/types/Notification.ts:133

Date the notification was shown to the user

id?

optional id: string

Defined in: packages/react-native/src/types/Notification.ts:128

ID of the notification

notification

notification: Notification

Defined in: packages/react-native/src/types/Notification.ts:138

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

trigger

trigger: Trigger

Defined in: packages/react-native/src/types/Notification.ts:145

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

Platform

iOS