Enum GalleryAccessStatus
An access status the user can grant for an app to access the gallery data.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public enum GalleryAccessStatus
Fields
Name | Description |
---|---|
Authorized | The application is authorized to access gallery data. |
Denied | The user explicitly denied access to gallery data for this application. |
NotDetermined | The user has not yet made a choice regarding whether this app can access the gallery data. |
Restricted | The application is not authorized to access the gallery data. |