com.webex.connect.core
Provides high-level classes for Connect API interaction.
Provides high-level classes for Connect API interaction, SDK startup, and shutdown, type aliases for callbacks, and module and submodule registration. The following table provides the package-level declarations.
Package-level declarations | Description |
---|---|
WebexConnect | The main interface for interacting with the Webex Connect service, including methods for startup, shutdown, registration, and profile management. |
WebexConnectResponseHandler | A type alias for a callback function that handles the response of a Webex connection. |
WebexConnectJsonResponseHandler | A type alias for a callback function that handles the JSON response of a Webex connection. |
ConnectModule | Represents a module that can be registered with Webex Connect. |
Updated 8 days ago