onContextResponseError

abstract fun onContextResponseError(response: AppContext, throwable: Throwable)

Called when there was an error sending the response to Link to Windows. Note that the callback may not be called on the same thread where the response was provided.

Parameters

response

AppContext object this callback is for

throwable

Exception with details of the error