public static enum LiveConstant.ChannelSwitch extends Enum<LiveConstant.ChannelSwitch>
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDesc() |
static LiveConstant.ChannelSwitch |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static LiveConstant.ChannelSwitch[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final LiveConstant.ChannelSwitch IS_CLOSE_PREVIEW
public static final LiveConstant.ChannelSwitch MOBILE_WATCH
public static final LiveConstant.ChannelSwitch MOBILE_AUDIO
public static final LiveConstant.ChannelSwitch AUTO_PLAY
public static final LiveConstant.ChannelSwitch BOOKING
public static final LiveConstant.ChannelSwitch RED_PACK
public static final LiveConstant.ChannelSwitch SHARE_BTN_ENABLED
public static final LiveConstant.ChannelSwitch CHAT
public static final LiveConstant.ChannelSwitch CLOSE_CHATER_LIST
public static final LiveConstant.ChannelSwitch CONSULTING_MENU
public static final LiveConstant.ChannelSwitch CLOSE_DANMU
public static final LiveConstant.ChannelSwitch PRAISE
public static final LiveConstant.ChannelSwitch WELCOME
public static final LiveConstant.ChannelSwitch VIEWER_SEND_IMG_ENABLED
public static final LiveConstant.ChannelSwitch QA_MENU_ENABLED
public static final LiveConstant.ChannelSwitch FILTER_MANAGER_MSG_ENABLED
public static final LiveConstant.ChannelSwitch SHOW_CUSTOM_MESSAGE_ENABLED
public static final LiveConstant.ChannelSwitch CHAT_ONLINE_NUMBER_ENABLE
public static LiveConstant.ChannelSwitch[] values()
for (LiveConstant.ChannelSwitch c : LiveConstant.ChannelSwitch.values()) System.out.println(c);
public static LiveConstant.ChannelSwitch valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getDesc()
Copyright © 2025. All rights reserved.