ProgressIndicatorModel

open class ProgressIndicatorModel(conversationEntry: ConversationEntry, val entries: List<ConversationEntry> = when (conversationEntry.entryType) { ConversationEntryType.QueuePosition -> listOf(conversationEntry) else -> emptyList() }) : ChatFeedEntry.TypingIndicatorModel

Constructors

Link copied to clipboard
constructor(conversationEntry: ConversationEntry, entries: List<ConversationEntry> = when (conversationEntry.entryType) { ConversationEntryType.QueuePosition -> listOf(conversationEntry) else -> emptyList() })

Properties

Link copied to clipboard
open override val contentType: String
Link copied to clipboard
open override val conversationId: UUID
Link copied to clipboard
Link copied to clipboard
open override val entryId: String
Link copied to clipboard
open override val entryType: ConversationEntryType
Link copied to clipboard
open override val error: NetworkError?
Link copied to clipboard
open override val identifier: String
Link copied to clipboard
val isActive: Boolean
Link copied to clipboard
Link copied to clipboard
open override val keyId: String
Link copied to clipboard
Link copied to clipboard
open override val payload: EntryPayload
Link copied to clipboard
open override val sender: Participant
Link copied to clipboard
open override val senderDisplayName: String
Link copied to clipboard
open override val status: ConversationEntryStatus
Link copied to clipboard
open override val timestamp: Long