ChannelSubType

value class ChannelSubType(val code: Int)

频道子类型。

Java中可以使用 ChannelSubTypes 中的各静态方法或常量。

e.g.

int smallTalkValue = ChannelSubTypes.CHANNEL_SUB_TYPES_SMALL_TALK;
boolean isSmallTalk = ChannelSubTypes.isSmallTalk(0);

see channel sub type

Constructors

Link copied to clipboard
fun ChannelSubType(code: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: Int

Extensions

Link copied to clipboard
@get:JvmName(name = "isAnnouncement")
val ChannelSubType.isAnnouncement: Boolean
Link copied to clipboard
@get:JvmName(name = "isPlayTogether")
val ChannelSubType.isPlayTogether: Boolean
Link copied to clipboard
@get:JvmName(name = "isRaiders")
val ChannelSubType.isRaiders: Boolean
Link copied to clipboard
@get:JvmName(name = "isSmallTalk")
val ChannelSubType.isSmallTalk: Boolean