I am new to Tizen developement and I wanted to test the notification function .
The notification appears on the top but neither the icon nor the sound gets played , although i pushed the mp3 file into the emulator and in the media folder.
This is some of my code
var notificationDict = {
content : "Welcome to SmarTest.",
iconPath : "music/images/icon5.png",
soundPath : "opt/usr/media/music.mp3",
vibration : true,
appControl : appControl};
var notification = new tizen.StatusNotification("SIMPLE",
"SmarTest", notificationDict);
Notfications
Hi ,
I am new to Tizen developement and I wanted to test the notification function .
The notification appears on the top but neither the icon nor the sound gets played , although i pushed the mp3 file into the emulator and in the media folder.
This is some of my code
var notificationDict = { content : "Welcome to SmarTest.", iconPath : "music/images/icon5.png", soundPath : "opt/usr/media/music.mp3", vibration : true, appControl : appControl}; var notification = new tizen.StatusNotification("SIMPLE", "SmarTest", notificationDict);Please Help .
Thank you.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio