WebexConnectJSONResponseHandler
A type alias for a callback function that handles the JSON response of a Webex connection.
A type alias for a callback function that handles the JSON response from the Webex connect platform.
Syntax: typealias WebexConnectJsonResponseHandler = (jsonObject: JSONObject, exception: WebexConnectException?) -> Unit
Parameters
Parameters | Type | Description |
---|---|---|
jsonObject | JSONObject | A JSONObject representing the response data. |
exception | WebexConnectException | An optional WebexConnectException may be passed to the callback if an error occurs. |
Updated 8 days ago