Index of Module localnotification - part-cw/lambdanative GitHub Wiki
localnotification
Module:The LocalNotification module allows setup and receipt of local notifications on mobile devices (currently only android and ios).
Function | Short Description |
---|---|
(localnotification-schedule str time . repeataftermin) | Schedule one new local notification |
(localnotification-schedule-batch nfs0) | Schedule a list of new local notifications |
(localnotification-cancel id) | Cancel one local notification |
(localnotification-cancel-batch ids) | Cancel a list of local notifications |
(localnotification-cancelall) | Cancel all scheduled local notifications |
(localnotification-getalert) | Retrieve the text of the last local notification that fired |