public static enum LiveConstant.RolePurview extends Enum<LiveConstant.RolePurview>
| 枚举常量和说明 |
|---|
CHAT_LIST_ENABLED
在线列表
|
MONITOR_ENABLED
监播
|
PAGE_TURN_ENABLED
翻页
|
public static final LiveConstant.RolePurview CHAT_LIST_ENABLED
public static final LiveConstant.RolePurview PAGE_TURN_ENABLED
public static final LiveConstant.RolePurview MONITOR_ENABLED
public static LiveConstant.RolePurview[] values()
for (LiveConstant.RolePurview c : LiveConstant.RolePurview.values()) System.out.println(c);
public static LiveConstant.RolePurview valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.