Permission Request Callback
private interface PermissionRequestCallback
Content copied to clipboard
Private interface implemented by callback objects that want to be notified about the status of a permission request.
Use this Interface if you want to listen to the permission request status. Already implemented in sendCaptureRequest.
Functions
on Permission Denied
Link copied to clipboard
abstract fun onPermissionDenied()
Content copied to clipboard
on Permission Granted
Link copied to clipboard
abstract fun onPermissionGranted(matchID: String?, permissionToken: String?)
Content copied to clipboard