Difference between revisions of "NotificationManager:cancelNotification"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Cancel specific scheduled notification by it's ID. Basically it's the same as creating new notificati...")
(No difference)

Revision as of 11:04, 23 August 2018

Available since: Gideros 2011.6

Description

Cancel specific scheduled notification by it's ID.

Basically it's the same as creating new notification with same ID and cancelling it:

= NotificationManager:cancelNotification()