ConversationSlot

sealed interface ConversationSlot(source)

Where a broadcast conversation's messages live: a configured channel slot, or parked under a retired identity.

Inheritors

Types

Link copied to clipboard
data class Live(val index: Int) : ConversationSlot

Slot index of the radio's channel set.

Link copied to clipboard
data class Retired(val token: String) : ConversationSlot

No longer configured; parked under a ChannelIdentity.token.