DefaultCameraPermissionManager

constructor(context: Context, settings: BasePermissionManager.Settings, coroutineScope: CoroutineScope)

Parameters

context

the Context the CameraPermission is to be granted in

settings

the Settings to apply to this manager.

coroutineScope

the CoroutineScope of this manager.

constructor(bundle: NSBundle, settings: BasePermissionManager.Settings, coroutineScope: CoroutineScope)

Parameters

bundle

the NSBundle the CameraPermission is to be granted in

settings

the Settings to apply to this manager.

coroutineScope

the CoroutineScope of this manager.

constructor(settings: BasePermissionManager.Settings, coroutineScope: CoroutineScope)

Parameters

settings

the Settings to apply to this manager.

coroutineScope

the CoroutineScope of this manager.