sendCaptureRequest

fun sendCaptureRequest(bitmap: Bitmap, serverURL: String, context: Context, matchingOptions: HashMap<Any?, Any?>? = null, permissionToken: String? = "", matchID: String? = "", captureCallback: CaptureCallback)

Send a match request to the server.

Parameters

bitmap

The camera image to be matched.

serverURL

The server URL to send the request to.

context

The context of the calling Activity or Service to use for the request.

matchingOptions

The matching options to be used.

permissionToken

The permission token, if available.

matchID

The match ID, if available.

captureCallback

The CaptureCallback object to be notified about the match status.