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