ALAuthorizationStatus Enum

Definition

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

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Photos' API instead.")]
public enum ALAuthorizationStatus
type ALAuthorizationStatus = 
Inheritance
ALAuthorizationStatus
Attributes

Fields

Authorized 3

The user has granted access.

Denied 2

The user has denied access.

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.

Applies to