MPMediaLibraryAuthorizationStatus Enum

Definition

Enumerates the status of the application's permission to access the media library.

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

Fields

Name Value Description
NotDetermined 0

The user has not interacted with the permissions dialog.

Denied 1

The user has denied permission.

Restricted 2

Access is denied and the user may not change permission.

Authorized 3

The user has granted permission.

Applies to