Skip to content

Index of Module localnotification

Matthias Görges edited this page Oct 16, 2016 · 2 revisions

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
Clone this wiki locally