• UIKit
  • SDK
  • RESTful API
Chat/
UIKit/
React Native/
Overview/
UIKit
  • Overview
    • TUIKit Introduction
    • Features Overview
    • Pricing
      • Billing Overview
      • Chat Monthly Package
      • Billing of Chat Out-of-Package Usage
  • Getting Started
    • Run Demo
    • Integration
    • Secure authentication with UserSig
  • Features
    • Quote Reply
    • Integrating Offline Push
      • Manufacturer configuration
      • Quick Integration
      • Client APIs
  • Localization
  • Console Guide
    • New Console Introduction
    • Creating and Upgrading an Application
    • Basic Configuration
    • Feature Configuration
    • Account Management
    • Group Management
    • Webhook Configuration
    • Usage Statistics
    • Real-Time Monitor
    • Auxiliary Development Tools
  • Product Features
    • Message Management
      • One-to-One Message
      • Message Storage
      • Offline Push
      • Group Message
      • Message Formats
    • Account System
      • Login Authentication
      • Online Status Management
    • Group Related
      • Group System
      • Group Management
    • User Profile and Relationship Chain
      • Profile Management
      • Relationship Chain Management
  • Scenario-based Practice
    • Live Streaming Room Construction
    • How to Integrate Chat into Games
    • AI Chatbot
    • Super Large Entertainment and Collaboration Community
    • Discord Implementation Guide
  • Push Service
    • Overview
    • Activate the Service
    • Quick Start
    • Manufacturer Channel
      • Manufacturer Configuration
        • Android
        • iOS
        • Flutter
        • React-Native
      • Quick Integration
        • Android
        • iOS
        • Flutter
        • React-Native
    • Statistics
    • Troubleshooting Tool
    • Client APIs
      • Android
      • iOS
      • Flutter
      • React Native
    • REST API
      • Pushing to All/Tagged Users
      • UserID-Targeted Push
      • Obtaining Application Attribute Names
      • Setting Application Attribute Names
      • Obtaining User Attributes
      • Setting User Attributes
      • Deleting User Attributes
      • Obtaining User Tags
      • Adding User Tags
      • Deleting User Tags
      • Deleting All User Tags
      • Recalling Push
    • Push Callback
      • All Users / Tags / UserID Push Callback
      • Other Push Callbacks
    • Advanced Features
      • Custom Definition Badge
      • Custom Definition Ringtone
      • Customized Icon
      • Custom Definition Click Redirect
      • Push Message Categorization
    • Release Notes
      • Android
      • iOS
      • Flutter
      • React Native
    • FAQS
  • Error Codes

TUIKit Introduction

TUIKit Overview

TUIKit is a UI component library based on Tencent Cloud Chat SDK. It provides universal UI components, including conversation, chat, and group features. With these meticulously designed UI components, you can quickly build elegant, reliable, and scalable chat applications. The UIKit developed based on React Native offers an interface style that better suits the usage habits of overseas customers and supports internationalization. We welcome you to integrate it.

TUIKit Components

TUIKit provides the following UI components: ConversationList, Chat, ChatSetting, and Contact. Each of these components is responsible for displaying different content.


Chat Features

Chat is mainly responsible for displaying the message interface. You can use it to directly send different types of messages, supporting text/emoji/picture/video/file/custom messages. You can also use it to forward/withdraw/quote messages by long-pressing the message, query message read receipt details, and more.

Note:
To respect the Emoji Design Copyright, the Chat Demo/TUIKit project does not include expressive image elements. Before officially going online for commercial use, please replace them with other emoji packs you have designed or have the copyright. The default yellow face emoji pack shown below is copyrighted by Tencent Cloud and can be licensed for a fee. To obtain authorization, please submit a ticket to contact us.


ConversationList Features

ConversationList is responsible for conversation list display and editing, including pinning conversations, muting conversation notifications, deleting conversations, etc.


ChatSetting Features

ChatSetting is responsible for managing group profiles, group members, and group permissions.


Contact Features

Contact is responsible for contacts display and permission settings.


Profile Features

Profile is responsible for user profile management.


Exchange and Feedback