PHAuthorizationStatus Enum

Definition

Enumerates the current authorization allowed by the application user.

[ObjCRuntime.Native]
public enum PHAuthorizationStatus
[<ObjCRuntime.Native>]
type PHAuthorizationStatus = 
Inheritance
PHAuthorizationStatus
Attributes

Fields

Name Value Description
NotDetermined 0

The user has not interacted with the permissions dialog.

Restricted 1

Access is denied and the user cannot change permission.

Denied 2

The user has denied access.

Authorized 3

The user has granted access.

Limited 4

Applies to