Interface: Event

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

An interface representing a Notifee event.

View the Events documentation to learn more about foreground and background events.

Properties

detail

detail: EventDetail

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

An object containing event detail.

type

type: EventType

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

The type of notification event.