Skip to content

localnotification cancel

Matthias Görges edited this page Oct 16, 2016 · 1 revision

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