📄️ User management
User authorization
📄️ Messages and unread counter
Programmatic message sending
📄️ SDK Delegate (ChatCenterUISDKDelegate)
ChatCenterUISDKDelegate is a protocol for receiving events from the SDK. All methods have default implementations (empty; didOpen returns false), so implement only the ones you need.
📄️ Error reference
SDK methods throw two error types: ChatCenterUIError (chat operations) and ChatCenterUISendMessageError (message sending).