Description
Showing the message typing status, used to indicate the other user is typing a new message on a one-to-one chat, are supported since the version of 0.1.3 of Flutter TUIKit.
This module is developed with online message capability.
Using this module
A field of the "typing status" function switch showC2cMessageEditStatus been provided at config
of TIMUIKitChat
, its type is boolean, and the default is true
.
TIMUIKitChat(
config: TIMUIKitChatConfig(
showC2cMessageEditStatus: true or false, // Add this line
// ... Other configurations
),
// ... Other configurations
)
If there's anything unclear or you have more ideas, feel free to contact us!
Was this page helpful?