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

---

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

# Interface: TriggerNotification

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

An interface representing a notification that is pending.

## Properties

### notification

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

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

The notification

---

### trigger

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

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

The trigger that is used to schedule the notification
