ChannelType

sealed class ChannelType

A channel type is a specific set of feature bits that represent persistent channel features as defined in Bolt 2.

Types

Companion
Link copied to clipboard
common
object Companion
SupportedChannelType
Link copied to clipboard
common
sealed class SupportedChannelType : ChannelType
UnsupportedChannelType
Link copied to clipboard
common
data class UnsupportedChannelType(featureBits: Features) : ChannelType

Functions

toString
Link copied to clipboard
common
open override fun toString(): String

Properties

features
Link copied to clipboard
common
abstract val features: Set<Feature>
name
Link copied to clipboard
common
abstract val name: String

Inheritors

ChannelType
Link copied to clipboard
ChannelType
Link copied to clipboard