Show / Hide Table of Contents

Enum ISN_ATTrackingManager.AuthorizationStatus

The status values for app tracking authorization.

Namespace: SA.iOS.AppTrackingTransparency
Assembly: cs.temp.dll.dll
Syntax
public enum AuthorizationStatus

Fields

Name Description
Authorized

The value returned if the user authorizes access to app-related data that can be used for tracking the user or the device.

Denied

The value returned if the user denies authorization to access app-related data that can be used for tracking the user or the device.

NotDetermined

The value returned if a user has not yet received an authorization request to authorize access to app-related data that can be used for tracking the user or the device.

Restricted

The value returned if authorization to access app-related data that can be used for tracking the user or the device is restricted.

In This Article
Back to top Generated by DocFX