BusinessAvailabilityCallback
Defines a callback for fetching the business availability.
Support for assets in Webex Contact Center or CCE enabled tenants
This method is available only for assets in Webex Contact Center or CCE enabled tenants that are registered with Webex Contact Center or CCE. It is not supported for standalone or unregistered assets.
Syntax:
typealias BusinessAvailabilityCallback = (businessAvailability: BusinessAvailability?, exception: WebexConnectException?) -> Unit
Parameters
| Parameter | Type | Description |
|---|---|---|
businessAvailability | BusinessAvailability? | The business availability fetched from the server, if the fetch operation was successful. |
exception | WebexConnectException? | Optional exception returned in case of error during the fetch operation. |
Updated 25 days ago
