Local-Notification Plugin
Connecting to Device
Device is Ready
Schedule local notification
notification.local.add()
Cancel all local notifications
notification.local.cancelAll()
Schedule notification with id
notification.local.add()
Cancel notification with id
notification.local.cancel()
Get scheduled IDs
notification.local.getScheduledIds()
Is a notification scheduled?
notification.local.isScheduled()
Schedule not. with default values
notification.local.add(defaults)
Set new default values
notification.local.setDefaults()
Get triggered IDs
notification.local.getTriggeredIds()
Is a notification triggered?
notification.local.isTriggered()