onMatch

private fun onMatch(matchId: String, ba: ByteArray?)

Called when CaptureCallback.onMatchResult of captureCallback is called. Sends a notification to the user with the result of the matching by calling sendMatchNotification.

Parameters

matchId

the id of the match

ba

the image of the match as a ByteArray