tencent cloud

Chat

News and Announcements
Release Notes
Announcements
Product Introduction
Overview
Basic Concepts
Scenarios
Features
Account System
User Profile and Relationship Chain
Message Management
Group Related
Official Account
Audio/Video Call
Use Limits
Purchase Guide
Billing Overview
Pricing
Purchase Instructions
Renewal Guide
Service Suspension Explanation
Refund Policy
Development Guidelines
Demo Zone
Activate Service
Free Demos
Quick Run
Download
SDK and Demo Source Code
Update Log
Chat Interaction (UI Included)
TUIKit Introduction
Getting Started
Full-feature Integration
Single-function Integration
Build with AI
Build Basic Interfaces
More Features
Customizing Appearance
Internationalization
Push Service
Overview
Noun explanation
Activate the Service
Quick Start
Manufacturer Channel
Statistics
Troubleshooting Tool
Client APIs
REST API
Push Callback
Advanced Features
Release Notes
Error Codes
FAQS
Desk
Overview
Quick Start
Integration Guide
Admin Operation Manual
Agent Manual
More Practices
Live Streaming Setup Guide
AI Chatbot
Super Large Entertainment and Collaboration Community
Discord Implementation Guide
How to Integrate Chat into Games
WhatsApp Channel-style Official Account Integration Solution
Send Red Packet
Firewall Restrictions
No UI Integration
Quick Start
SDK Integration
Initialization
Login and Logout
Message
Conversation
Group
Community Topic
User Profile and Relationship Chain
Offline Push
Cloud Search
Local Search
Official Channel Management
Client APIs
JavaScript
Android
iOS & macOS
Swift
Flutter
Electron
Unity
React Native
C APIs
C++
Server APIs
Secure authentication with UserSig
RESTful APIs
Webhooks
Console Guide
New Console Introduction
Creating and Upgrading an Application
Basic Configuration
Feature Configuration
Account Management
Group Management
Official Channel Management
Webhook Configuration
Usage
Viewing Guide for Resource Packages
Real-Time Monitor
Auxiliary Development Tools
Access Management
Advanced Features
FAQs
uni-app FAQs
Purchase
SDK
Account Authentication
User Profile and Relationship Chain
Message
Group
Audio-Video Group
Nickname and Profile Photo
Security Compliance Certification
Service Level Agreement
Security Compliance Certification
Chat Policies
Privacy Policy
Data Privacy and Security Agreement
Migration
Migration Solutions
Migration Solutions Lite
Error Codes
Contact Us

Android & iOS

PDF
Focus Mode
Font Size
Last updated: 2025-07-15 11:48:06

Plugin Feature

Starting from version 7.3, the conversation mark plugin TUIConversationMarkPlugin can be integrated. The conversation mark plugin is a UI closed-source library that depends on TUIConversation. After the plugin is integrated, you can mark and unmark conversations in TUIConversation.

Android Integration

TUIConversationMarkPlugin is a closed-source plugin that needs to be integrated via gradle. Find the build.gradle of the app and add the mark plugin dependency in the dependencies.
Classic version
dependencies {
...
# Integrate the conversation feature.
api project(':tuiconversation')
...
# Integrate the conversation mark plugin, which is supported starting from version 7.3.
api "com.tencent.imsdk:tuiconversationmark-plugin:7.3.4358"
...
}

iOS Integration

TUIConversationMarkPlugin, like ordinary TUIKit components, can be quickly integrated via CocoaPods. Detailed integration steps can be found in Integrating Basic Features.
For the conversation mark plugin, you only need to add one line to Podfile to complete the integration:
Classic version
# Uncomment the next line to define a global platform for your project
# ...

# Integrate the conversation feature.
pod 'TUIConversation/UI_Classic'
...
# Integrate the conversation mark plugin, which is supported starting from version 7.3.
pod 'TUIConversationMarkPlugin'
...
end
Note
TUIConversationMarkPlugin depends on TUIConversation. Integrating TUIConversationMarkPlugin alone will cause feature anomalies and the conversation mark interface cannot be displayed normally.
TUIConversationMarkPlugin is supported starting from version 7.3. To use the conversation mark plugin, upgrade TUIConversation to version 7.3 or later.



Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback