Languages

Menu
Sites
Language
How to enable "Do Not Disturb" Mode or produce this behavior from .NET Application

Hi, I am trying to enable the "DND" mode from my application. 

I have searched the TIZEN.NET documentation and did not found anything useful.
Producing a similar behavior is also an option for me - i.e - block calls and notifications while the application is running.

Maybe someone here can give me general guidelines or an API reference for this issue.

Thanks in advance.

 

UPDATE (Without Breakthrough):

 

I found this enumeration: Tizen.Applications.Notifications.NotificationBlockState.DoNotDisturb

but I see you can only get the block state like this: Tizen.Applications.Notifications.NotificationManager.GetBlockState() but I can not find some SetBlockState() method or similar property....

 
Edited by: JONATHAN APPLEBAUM on 29 Oct, 2020