localnotification cancel - part-cw/lambdanative GitHub Wiki
#(localnotification-cancel id) localnotification-cancel cancels a local notification for a given id.
Parameter | Description |
---|---|
id | Notification ids to cancel |
Example
Example 1: Cancel the notification with id 24
(localnotification-cancel 24)