tencent_cloud_chat_message_reaction 3.2.0+1
tencent_cloud_chat_message_reaction: ^3.2.0+1 copied to clipboard
Message Reaction Plugin for Tencent Cloud Chat.
Features #
This is a Message Reaction Plugin for Tencent Cloud Chat.
Getting Started #
To use this plugin, add the following code to the plugins
array in initUIKit
:
TencentCloudChatPluginItem(
name: "messageReaction",
pluginInstance: TencentCloudChatMessageReaction(
context: context,
),
),
This will enable the use of the Message Reaction Plugin in your application.