ContactSettings

data class ContactSettings(val contact_key: String, val muteUntil: Long = 0, val lastReadMessageUuid: Long? = null, val lastReadMessageTimestamp: Long? = null, val filteringDisabled: Boolean = false, val draft: String = "", val pinned: Boolean = false, val displayName: String = "")(source)

Constructors

Link copied to clipboard
constructor(contact_key: String, muteUntil: Long = 0, lastReadMessageUuid: Long? = null, lastReadMessageTimestamp: Long? = null, filteringDisabled: Boolean = false, draft: String = "", pinned: Boolean = false, displayName: String = "")

Properties

Link copied to clipboard
Link copied to clipboard

The conversation's own label, set only for a retired channel. A live channel is labelled from the radio's channel set by slot index, which stops working the moment the slot belongs to someone else — so the effective name is captured here when the conversation is retired. Empty for every live conversation.

Link copied to clipboard

Unsent composer text for this conversation. Empty when there is nothing in progress.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Sorts this conversation above its unpinned siblings within its own list section.