Interface: DisplayedNotification

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

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:164

Date the notification was shown to the user

id?

optional id?: string

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

ID of the notification

notification

notification: Notification

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

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

trigger

trigger: Trigger

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

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

Platform

iOS