NotificationManager
Supported platforms:
Available since: Gideros 2011.6
Description
NotificationManager is the class that allows you to manage scheduled and received notifications. This is a class with a single instance which can be retrieved using getSharedInstance() and can not have any new instances.
With NotificationManager you can retrieve information about all scheduled local notifications, all received local notifications and all received push notifications. As well as clear all type of notifications and cancel scheduled notifications.
NotificationManager instance also receives events about notification being clicked and app opened through that specific notification. As well as registration for push notification event or registration error.{|- | style="width: 50%;"|
Methods
| style="width: 50%;"|
Events
Constants
|}