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

***

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

# Interface: TriggerNotification

An interface representing a notification that is pending.

## Properties

### notification

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

The notification

#### Defined in

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

***

### trigger

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

The trigger that is used to schedule the notification

#### Defined in

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