NotificationManager:clearPushNotifications
From GiderosMobile
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>