Languages

Menu
Sites
Language
Gear S3, notification api not working properly ?

Hi, I'm testing notification api, all works well except notification_set_time_to_text and notification_set_image 

- notification_set_time_to_text didnt display time properly, it will display <time>127121627217</time>

notification_set_image is not displaying image at all

 

And how to set notification to click to launch app ? I cant seem to find the setting for it

 

Thanks

View Selected Answer

Responses

3 Replies
Mark as answer
Shaswati Saha

For setting image would you please go through the view_set_image() function of the NotificationViewerUI sample project? I guess it can fulfill the requirement of notification_set_image() function. 

Moreover, I didn't try about the functionality of notification_set_time_to_text() function in Gear Device. The documentation in this link says that it's for Tizen 3.0 and Higher for Wearable, will it work in your Gear S3 running 2.3.2(so far I know)?

Tizen is me

Thanks for answering, "Tizen 3.0 and Higher for Wearable" thats makes me confuse also about notification, since I dont know how to do it with current 2.3.2 api, I'll take a look at the NotificationViewerUI sample 

Tizen is me

OK, the problem that I had was not using app_get_shared_resource_path, I was using app_get_resource_path

Thanks