requestFullScreenshot

fun requestFullScreenshot(matchID: String, serverURL: String, context: Context, onDownload: (bitmap: Bitmap?) -> Unit)

Request a full screenshot for a match from the server.

Parameters

matchID

The match ID of the match to request the screenshot for.

serverURL

The server URL to send the request to.

context

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

onDownload

Callback function to be notified about the download status.