📄️ Installation
Adding the SDK: Gradle dependency, minimum requirements, manifest merge effects
📄️ Quick start
Quick start: initialize the SDK, authorize the user, and display the chat in 5 minutes
📄️ SDK initialization
SDK initialization: the ChatCenterUI constructor, properties, init() and initAsync()
📄️ Displaying the chat
Displaying the chat: ChatFragment vs ChatActivity, edge-to-edge, handling the Back button
📄️ Notification setup
Push notification setup: Firebase FCM, Huawei HMS, incoming message handling
📄️ Integrating into the app lifecycle
Integrating the SDK with the Android app lifecycle: initialization, authorization, logout
📄️ SDK architecture
SDK architecture for integrators: modules, connection sequence, threading model
📄️ Jetpack Compose integration
SDK integration in Jetpack Compose: AndroidFragment, ChatActivity, BackHandler, rotation