request Permission
private fun requestPermission(serverURL: String, context: Context, matchID: String, cb: PermissionRequestCallback)
Content copied to clipboard
Request a permission token from the server.
Parameters
server URL
The server URL to send the request to.
context
The context of the calling Activity or Service to use for the request.
match ID
The match ID of the match to request the permission for.
cb
The PermissionRequestCallback object to be notified about the permission status.