NotificationManager:clearPushNotifications

From GiderosMobile
Revision as of 15:30, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")


Available since: Gideros 2011.6
Class: NotificationManager

Description

Clears the data about received push notifications that can be retrieved using NotificationManager:getPushNotifications method. <syntaxhighlight lang="lua">

NotificationManager:clearPushNotifications()

</source>