When posting a notification using tizen.notification.post(), I would like to play the default notification sound.
var notificationDict = {
content : "This is a simple notification.",
//soundPath : ? //what is the path for default sound?
vibration : true,
appControl : appControl};
var notification = new tizen.StatusNotification("SIMPLE", "Simple notification", notificationDict);
If I don’t set the soundPath field in the dictionary object, no sound is played. Does anyone know what path I can use to get the default notification sound to play?
How to post notification with default sound?
When posting a notification using tizen.notification.post(), I would like to play the default notification sound.
If I don’t set the soundPath field in the dictionary object, no sound is played. Does anyone know what path I can use to get the default notification sound to play?
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio