invertase / react-native-notifee

Moved to https://github.com/invertase/notifee
https://invertase.io/blog/open-sourcing-notifee
Other
466 stars 31 forks source link

feat(android): support alarm manager for trigger notifications #323

Closed helenaford closed 3 years ago

helenaford commented 3 years ago

Alpha release published 1.9.0-alpha.0

New Timestamp Trigger API:

{
   ...
  alarmManager: true | {
     allowWhileIdle: true
  }
}

E.G. (example here):

{
   timestamp: date,
   type: TriggerType.TIMESTAMP,
   alarmManager: {
     allowWhileIdle: true
   }
 }