public static enum EMProperties.Realm extends Enum<EMProperties.Realm>
| 枚举常量和说明 |
|---|
AGORA_REALM |
EASEMOB_REALM |
| 限定符和类型 | 字段和说明 |
|---|---|
short |
intValue |
public static final EMProperties.Realm AGORA_REALM
public static final EMProperties.Realm EASEMOB_REALM
public static EMProperties.Realm[] values()
for (EMProperties.Realm c : EMProperties.Realm.values()) System.out.println(c);
public static EMProperties.Realm valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2024. All rights reserved.