DefaultStoragePermissionManager
The BasePermissionManager to use as a default for StoragePermission
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.
The BasePermissionManager to use as a default for StoragePermission
Parameters
storagePermission
the StoragePermission to manage
settings
the Settings to apply to this manager.
coroutineScope
the CoroutineScope of this manager.
bundle
the NSBundle the StoragePermission is to be granted in
The BasePermissionManager to use as a default for StoragePermission
Constructors
Link copied to clipboard
constructor(context: Context, storagePermission: StoragePermission, settings: BasePermissionManager.Settings, coroutineScope: CoroutineScope)
constructor(bundle: NSBundle, storagePermission: StoragePermission, settings: BasePermissionManager.Settings, coroutineScope: CoroutineScope)