Difference between revisions of "NotificationManager:clearPushNotifications"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Clears the data about received push notifications that can be retrieved using `NotificationManager:get...") |
|||
Line 4: | Line 4: | ||
Clears the data about received push notifications that can be retrieved using `NotificationManager:getPushNotifications` method. | Clears the data about received push notifications that can be retrieved using `NotificationManager:getPushNotifications` method. | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | NotificationManager:clearPushNotifications() | |
</source> | </source> |
Revision as of 10:20, 23 August 2018
Available since: Gideros 2011.6
Description
Clears the data about received push notifications that can be retrieved using `NotificationManager:getPushNotifications` method.
NotificationManager:clearPushNotifications()