CaptureCallback

interface CaptureCallback

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

onMatchFailure
Link copied to clipboard
abstract fun onMatchFailure(uid: String)
onMatchRequestError
Link copied to clipboard
abstract fun onMatchRequestError()
onMatchResult
Link copied to clipboard
abstract fun onMatchResult(matchID: String, img: ByteArray)
onPermissionDenied
Link copied to clipboard
abstract fun onPermissionDenied()

Inheritors

CaptureRequestCallback
Link copied to clipboard