Enum NotificationBlockState

Definition

Namespace:
Tizen.Applications.Notifications
Assembly:
Tizen.Applications.Notification.dll
API Level:
3

Enumeration for the block state.

C#
Copy
public enum NotificationBlockState
Name Description
Allowed

Value to check if the app is allowed to post notification.

Blocked

Value to check if the app is not allowed to post any notification.

DoNotDisturb

Value to check if the do not disturb mode is set by the user.