WebexConnectResponseHandler

A type alias for a callback function that handles the response of a Webex connection.

A type alias for a callback function that handles the response from the Webex connect platform.

Syntax: typealias WebexConnectResponseHandler = (exception: WebexConnectException?) -> Unit

Parameter

ParametersTypeDescription
exceptionWebexConnectExceptionAn optional WebexConnectException that may be passed to the callback.