ALAuthorizationStatus Enum

Definition

Caution

The AssetsLibrary framework has been removed from iOS, use the 'Photos' API instead.

An enumeration whose values specify the authorization status of a ALAssetsLibrary. Retrieved by the AuthorizationStatus property.

[ObjCRuntime.Native]
[System.Obsolete("The AssetsLibrary framework has been removed from iOS, use the 'Photos' API instead.")]
public enum ALAuthorizationStatus
[<ObjCRuntime.Native>]
[<System.Obsolete("The AssetsLibrary framework has been removed from iOS, use the 'Photos' API instead.")>]
type ALAuthorizationStatus = 
Inheritance
ALAuthorizationStatus
Attributes

Fields

Name Value Description
NotDetermined 0

The user has not interacted with the permissions dialog.

Restricted 1

Access is denied and the user is not allowed to change permission.

Denied 2

The user has denied access.

Authorized 3

The user has granted access.

Applies to