public static enum InMeetingRemoteController.MobileRTCRemoteControlInputType extends java.lang.Enum<InMeetingRemoteController.MobileRTCRemoteControlInputType>
Enum Constant and Description |
---|
MobileRTCRemoteControl_Del
Press the key Delete to remove unwanted shared content.
|
MobileRTCRemoteControl_Return
Press the key Enter for newline.
|
Modifier and Type | Method and Description |
---|---|
static InMeetingRemoteController.MobileRTCRemoteControlInputType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InMeetingRemoteController.MobileRTCRemoteControlInputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InMeetingRemoteController.MobileRTCRemoteControlInputType MobileRTCRemoteControl_Del
public static final InMeetingRemoteController.MobileRTCRemoteControlInputType MobileRTCRemoteControl_Return
public static InMeetingRemoteController.MobileRTCRemoteControlInputType[] values()
for (InMeetingRemoteController.MobileRTCRemoteControlInputType c : InMeetingRemoteController.MobileRTCRemoteControlInputType.values()) System.out.println(c);
public static InMeetingRemoteController.MobileRTCRemoteControlInputType 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