[**@notifee/react-native**](react-native/reference/index)

***

[@notifee/react-native](react-native/reference/index) / DisplayedNotification

# 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

#### Defined in

[packages/react-native/src/types/Notification.ts:133](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/Notification.ts#L133)

***

### id?

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

ID of the notification

#### Defined in

[packages/react-native/src/types/Notification.ts:128](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/Notification.ts#L128)

***

### notification

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

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

#### Defined in

[packages/react-native/src/types/Notification.ts:138](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/Notification.ts#L138)

***

### trigger

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

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

#### Platform

iOS

#### Defined in

[packages/react-native/src/types/Notification.ts:145](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/Notification.ts#L145)
