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
Parameters | Type | Description |
---|---|---|
exception | WebexConnectException | An optional WebexConnectException that may be passed to the callback. |
Updated 8 days ago