Enum AuthorizationStatus
The status values for app tracking authorization. As defined in Apple's Documentation
Namespace: Chartboost.Core.Environment
Assembly: Chartboost.Core.dll
Syntax
public enum AuthorizationStatus
Fields
Name | Description |
---|---|
Authorized | The value that returns if the user authorizes access to app-related data for tracking the user or the device. |
Denied | The value that returns if the user denies authorization to access app-related data for tracking the user or the device. |
NotDetermined | The value that returns when the app can’t determine the user’s authorization status for access to app-related data for tracking the user or the device. |
Restricted | The value that returns if authorization to access app-related data for tracking the user or the device has a restricted status. |
Unsupported | The value that returns when Core is not running in an iOS environment. |