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

***

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

# Interface: TimestampTriggerAlarmManager

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`

#### 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`.

#### Defined in

[packages/react-native/src/types/Trigger.ts:66](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/Trigger.ts#L66)

***

### type?

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

The type of alarm set by alarm manager of android

#### Defined in

[packages/react-native/src/types/Trigger.ts:69](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/Trigger.ts#L69)
