Capture Callback
interface CaptureCallback
Content copied to clipboard
Public Interface implemented by callback objects that want to be notified about the match status of a capture request.
Use this Interface if you want to make capture requests to the server.
Functions
on Match Failure
Link copied to clipboard
on Match Request Error
Link copied to clipboard
abstract fun onMatchRequestError()
Content copied to clipboard
on Match Result
Link copied to clipboard
on Permission Denied
Link copied to clipboard
abstract fun onPermissionDenied()
Content copied to clipboard
Inheritors
CaptureRequestCallback
Link copied to clipboard