checkStoragePermission
fun checkStoragePermission(context: Context, onLaunch: (missingPermissions: Array<String>) -> Unit = {}): Boolean(source)
Executes the checkStoragePermission step in the SDAI presentation layer.
Return
Result produced by checkStoragePermission.
Author
Dmitriy Moroz
Parameters
context
Android context used by the operation.
onLaunch
callback invoked by the component.