Languages

Menu
Sites
Language
Gear S2 custom notification handler

Hi everyone.

I'm currently developing an app for Samsung Gear S2 / S3.

One of my tasks includes receiving all notifications that are coming to device in my app, and turning off standart notifications.

How can I implement it? Any references?

Responses

1 Replies
Iqbal Hossain

hi, I don't get what you are meaning by 'standard notifications'. If you are meaning to stop showing notification from Notification Board, this could not be possible with currently available public api. 
You can develop your own app to show and manage notification but you can't stop showing notification on default notification board options which is may be os feature. 

You may follow these tutorial 

1. https://developer.tizen.org/development/guides/native-application/notifications-and-content-sharing/notifications (Guide)

2. https://developer.tizen.org/development/api-references/native-application?redirect=/dev-guide/2.4/org.tizen.native.mobile.apireference/group__NOTIFICATION__MODULE.html (API Reference)