setCaptureResultData

fun setCaptureResultData(matchID: String, croppedScreenshot: Bitmap?)

Set the data of a capture request response

Called when a server responds to a capture request (matching process finishes)

Parameters

matchID

The id of the match

croppedScreenshot

The cropped screenshot returned by the matching process (null if no match)