Types

Link copied to clipboard
Link copied to clipboard
open class DateBreakModel(val timestamp: Long) : ChatFeedEntry
Link copied to clipboard
open class PreChatReceiptModel(val timestamp: Long) : ChatFeedEntry
Link copied to clipboard
open class ProgressIndicatorModel(conversationEntry: ConversationEntry, val entries: List<ConversationEntry> = when (conversationEntry.entryType) { ConversationEntryType.QueuePosition -> listOf(conversationEntry) else -> emptyList() }) : ChatFeedEntry.TypingIndicatorModel
Link copied to clipboard
open class TypingIndicatorModel(conversationEntry: ConversationEntry, val entries: List<ConversationEntry>) : ConversationEntry, ChatFeedEntry

Properties

Link copied to clipboard
abstract val contentType: String
Link copied to clipboard
abstract val keyId: String
Link copied to clipboard
abstract val timestamp: Long