checkCameraPermission

fun checkCameraPermission(context: Context, onLaunch: (missingPermission: String) -> Unit): Boolean(source)

Executes the checkCameraPermission step in the SDAI presentation layer.

Return

Result produced by checkCameraPermission.

Author

Dmitriy Moroz

Parameters

context

Android context used by the operation.

onLaunch

callback invoked by the component.