|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 枚举常量 | 字段 | 方法 | 详细信息: 枚举常量 | 字段 | 方法 | |||||||||
java.lang.Objectjava.lang.Enum<LiveConstant.ChannelSwitch>
net.polyv.live.v1.constant.LiveConstant.ChannelSwitch
public static enum LiveConstant.ChannelSwitch
功能开关类型
| 方法摘要 | |
|---|---|
String |
getDesc()
|
static LiveConstant.ChannelSwitch |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static LiveConstant.ChannelSwitch[] |
values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
| 从类 java.lang.Enum 继承的方法 |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| 从类 java.lang.Object 继承的方法 |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| 枚举常量详细信息 |
|---|
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 - 要返回的枚举常量的名称。
如果该枚举类型没有带有指定名称的常量, - 则抛出 IllegalArgumentExceptionpublic String getDesc()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 枚举常量 | 字段 | 方法 | 详细信息: 枚举常量 | 字段 | 方法 | |||||||||