Notification
Tizen enables you to provide notifications about application events.
The Notification API is mandatory for both Tizen mobile and wearable profiles, which means that it is supported in all mobile and wearable devices. All mandatory APIs are supported on the Tizen Emulators.
The main features of the Notification API include:
To display a notification, you need to create a Notification object (in mobile and wearable applications), or its subtype.
Note |
---|
Currently, only the StatusNotification subtype (in mobile and wearable applications) is supported. This subtype displays notifications in the status bar. |