public static enum LiveConstant.ChannelSwitch extends Enum<LiveConstant.ChannelSwitch>
| 枚举常量和说明 |
|---|
AUTO_PLAY |
BOOKING |
CHAT |
CLOSE_CHATER_LIST |
CLOSE_DANMU |
CONSULTING_MENU |
IS_CLOSE_PREVIEW
是否关闭系统观看页,Y时表示关闭
|
MOBILE_AUDIO |
MOBILE_WATCH |
PRAISE |
RED_PACK |
SHARE_BTN_ENABLED |
VIEWER_SEND_IMG_ENABLED |
WELCOME |
| 限定符和类型 | 方法和说明 |
|---|---|
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 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 © 2021. All Rights Reserved.