WuKongIM Docs

WuKongIMSDK

Choose a client platform and integrate the full WuKongIMSDK through a clear task-based path.

WuKongIMSDK is the full client SDK family. It manages more than a network connection: it also maintains the local messages, chats, unread counts, and data needed for offline recovery.

Where it fits

You will usually work with four kinds of entry point:

  • Connection manager: connect, reconnect, disconnect, and connection state;
  • Message manager: send, receive, query, and update messages;
  • Conversation manager: the chat list, latest messages, and unread counts;
  • Channel manager: names, avatars, and membership data for direct or group chats.

Choose a platform

  1. Read Core Concepts to understand UIDs, tokens, Channels, Conversations, and providers.
  2. Open the platform quickstart and complete installation, connection, and the first online text message.
  3. Continue with connection, messages, conversations, channels, and advanced features as needed.
  4. Use the platform API reference to look up methods, and read Upgrade SDKs before changing a dependency version.

On this page