public static enum InMeetingChatController.MobileRTCMeetingChatPriviledge extends java.lang.Enum<InMeetingChatController.MobileRTCMeetingChatPriviledge>
| Enum Constant and Description |
|---|
Everyone_Publicly |
Everyone_Publicly_And_Privately |
Host_Only |
No_One |
| Modifier and Type | Method and Description |
|---|---|
static InMeetingChatController.MobileRTCMeetingChatPriviledge |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InMeetingChatController.MobileRTCMeetingChatPriviledge[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InMeetingChatController.MobileRTCMeetingChatPriviledge No_One
public static final InMeetingChatController.MobileRTCMeetingChatPriviledge Host_Only
public static final InMeetingChatController.MobileRTCMeetingChatPriviledge Everyone_Publicly
public static final InMeetingChatController.MobileRTCMeetingChatPriviledge Everyone_Publicly_And_Privately
public static InMeetingChatController.MobileRTCMeetingChatPriviledge[] values()
for (InMeetingChatController.MobileRTCMeetingChatPriviledge c : InMeetingChatController.MobileRTCMeetingChatPriviledge.values()) System.out.println(c);
public static InMeetingChatController.MobileRTCMeetingChatPriviledge valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null