Local notification
With platform mobile you can schedule local notifications on the device without needing to use firebase.
addDelayNotification(notificationTag, delayMS, title, message, actionId, optionalParams)
Argument
Description
addPeriodNotification(notificationTag, delayMS, repeatIntervalMS, endDelayMs, title, message, actionId, optionalParams) {
Argument
Description
removePeriodicNotification(notificationTag)
removeAllNotification
Last updated