IAppContextResponse

interface IAppContextResponse

Functions

onContextResponseError
Link copied to clipboard
abstract fun onContextResponseError(response: AppContext, throwable: Throwable)
Called when there was an error sending the response to Link to Windows.
onContextResponseSuccess
Link copied to clipboard
abstract fun onContextResponseSuccess(response: AppContext)
Called when the context was sent to Link to Windows successfully.