TypingIndicatorModel
open class TypingIndicatorModel(conversationEntry: ConversationEntry, val entries: List<ConversationEntry>) : ConversationEntry, ChatFeedEntry
Indicates that one or more remote participants are currently typing.
This entry aggregates multiple concurrent typing indicators into a single feed item. When isActive is true, the UI should display a typing animation along with the names of the participants who are typing.
Parameters
conversationEntry
The underlying typing indicator conversation entry.
entries
The list of active typing indicator entries from remote participants. An empty list means no one is currently typing.
Inheritors
Properties
Link copied to clipboard
Identifies the type of content this entry represents. For conversation entries this matches the ConversationEntryType name; for synthetic entries it matches an internal type name. Useful for filtering or logging entry types.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The remote participants who are currently typing, with their display names resolved.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard