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....