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

---

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

# Interface: TimestampTriggerAlarmManager

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

Interface to specify additional options for the AlarmManager which can be used with `TimestampTrigger.alarmManager`.

View the [Triggers](/react-native/triggers) documentation to learn more.

## Platform

android

## Properties

### ~~allowWhileIdle?~~

> `optional` **allowWhileIdle?**: `boolean`

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

#### Deprecated

## use `type` instead

Sets whether your trigger notification should be displayed even when the system is in low-power idle modes.

Defaults to `false`.

---

### type?

> `optional` **type?**: [`AlarmType`](react-native/reference/Enumeration.AlarmType)

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

The type of alarm set by alarm manager of android
