DefaultStoragePermissionManager

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

Parameters

context

the Context the StoragePermission is to be granted in

storagePermission

the StoragePermission to manage

settings

the Settings to apply to this manager.

coroutineScope

the CoroutineScope of this manager.

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

Parameters

bundle

the NSBundle the StoragePermission is to be granted in

storagePermission

the StoragePermission to manage

settings

the Settings to apply to this manager.

coroutineScope

the CoroutineScope of this manager.