Enum NotificationPermissionStatus
Constants indicating whether the app is allowed to schedule notifications.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public enum NotificationPermissionStatus
Fields
| Name | Description |
|---|---|
| Authorized | The app is authorized to schedule or receive notifications. |
| Denied | The app isn't authorized to schedule or receive notifications. |
| NotDetermined | The user hasn't yet made a choice about whether the app is allowed to schedule notifications. |
| Provisional | The application is provisionally authorized to post noninterruptive user notifications. |