tizen.notification.post
How to use Tizen notification API
PUBLISHED
Application Notification
The Notification API allows you to show notifications to the users for requested events regardless of the currently running application/activity . Displaying an icon too for the particular notification is possible by specifying the icon path parameter in the API. Music can also be played while showing a particular notification by specifying the music file path present in the device. There are three notification types supported in Tizen:
Category:
Sample Code
- Read more about How to use Tizen notification API