Package-level declarations
Types
Link copied to clipboard
interface ConversationEntry
An individual entry within a Conversation.
Link copied to clipboard
The ConversationEntry status value.
Link copied to clipboard
data class CoreConversationEntry(val senderDisplayName: String, val conversationId: UUID, val sender: Participant, val payload: EntryPayload, val entryType: ConversationEntryType, val identifier: String, val transcriptedTimestamp: Long? = null, val timestamp: Long = transcriptedTimestamp ?: Date().time, val status: ConversationEntryStatus = ConversationEntryStatus.Sending, val error: NetworkError? = null) : ConversationEntry
Conversation entry class.