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

ParameterTypeDescription
businessAvailabilityBusinessAvailability?The business availability fetched from the server, if the fetch operation was successful.
exceptionWebexConnectException?Optional exception returned in case of error during the fetch operation.