[**react-native-notify-kit**](react-native/reference/index)

---

[react-native-notify-kit](react-native/reference/index) / DisplayedNotification

# Interface: DisplayedNotification

Defined in: [packages/react-native/src/types/Notification.ts:155](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/Notification.ts#L155)

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](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/Notification.ts#L164)

Date the notification was shown to the user

---

### id?

> `optional` **id?**: `string`

Defined in: [packages/react-native/src/types/Notification.ts:159](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/Notification.ts#L159)

ID of the notification

---

### notification

> **notification**: [`Notification`](react-native/reference/Interface.Notification)

Defined in: [packages/react-native/src/types/Notification.ts:169](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/Notification.ts#L169)

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

---

### trigger

> **trigger**: [`Trigger`](react-native/reference/TypeAlias.Trigger)

Defined in: [packages/react-native/src/types/Notification.ts:176](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/Notification.ts#L176)

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

#### Platform

iOS
