Enum ISN_PHAuthorizationStatus
Information about your app’s authorization to access the user’s Photos library, used by the AuthorizationStatus and RequestAuthorization(Action<ISN_PHAuthorizationStatus>) methods.
Namespace: SA.iOS.Photos
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_PHAuthorizationStatus
Fields
Name | Description |
---|---|
Authorized | User has authorized this application access to photos data. |
NotDetermined | User has not yet made a choice with regards to this application |
Restricted | This application is not authorized to access photo data. The user cannot change this application’s status, possibly due to active restrictions such as parental controls being in place. |
StatusDenied | User has explicitly denied this application access to photos data. |