Android Core Module
Get an overview of the core module packages.
This section provides an overview of the core module packages which includes API interaction, startup configurations, profile management, and logging utilities.
Packages | Description |
---|---|
com.webex.connect.core | Provides high-level classes for Connect API interaction, SDK startup and shutdown, type aliases for callbacks, and module and submodule registration. |
com.webex.connect.core.startup | Contains classes and interfaces for configuration, environment setup, and module initialization during startup. |
com.webex.connect.core.profile | Manages device profile information and parameters. |
com.webex.connect.core.logging | Defines logging utilities, including log levels and different logger implementations. |
com.webex.connect.core.errorhandling | Handles error codes and exceptions specific to the Connect API. |
Updated 3 days ago