CaptureRequestCallback

private interface CaptureRequestCallback : CaptureCallback

Private Interface implemented by callback objects that want to be notified about the match status of a capture request AND whether a permission needs to be requested.

Use this Interface if you want to request the match request permission. Already implemented in sendCaptureRequest.

Functions

onPermissionRequired
Link copied to clipboard
abstract fun onPermissionRequired(uid: String)