please select
  • UIKit
  • SDK
  • Server APIs
Chat/
UIKit/
Flutter/
Features/
UIKit
  • Overview
  • Run Demo
  • Installation
    • integrated
    • Only Chat
  • Features
    • Local Search
    • Offline Push
    • Online Status
    • Typing Status
    • Message Read Receipt
    • Message Reactions
    • Internationalization
    • Adding Custom Messages
    • Emoji & Stickers
  • Customization
    • Modifying UI Themes
    • Setting UI Styles
  • Changelog
  • Guideline for Beginners
  • Console Guide
    • Creating and Upgrading an Application
    • Basic Configuration
    • Feature Configuration
    • Account Management
    • Group Management
    • Webhook Configuration
  • Product Introduction
    • 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
  • Purchase Guide
    • Billing Overview
    • Pricing
  • Error Codes

Typing Status

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.
Turn on "Typing Status"
Turn off "Typing Status"



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
)

Contact us

If there's anything unclear or you have more ideas, feel free to contact us!