public static enum IRtcEngineEventHandler.PERMISSION extends java.lang.Enum<IRtcEngineEventHandler.PERMISSION>
Enum Constant and Description |
---|
CAMERA |
RECORD_AUDIO |
SCREEN_CAPTURE |
Modifier and Type | Method and Description |
---|---|
static int |
getValue(IRtcEngineEventHandler.PERMISSION type) |
static IRtcEngineEventHandler.PERMISSION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IRtcEngineEventHandler.PERMISSION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IRtcEngineEventHandler.PERMISSION RECORD_AUDIO
public static final IRtcEngineEventHandler.PERMISSION CAMERA
public static final IRtcEngineEventHandler.PERMISSION SCREEN_CAPTURE
public static IRtcEngineEventHandler.PERMISSION[] values()
for (IRtcEngineEventHandler.PERMISSION c : IRtcEngineEventHandler.PERMISSION.values()) System.out.println(c);
public static IRtcEngineEventHandler.PERMISSION 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 nullpublic static int getValue(IRtcEngineEventHandler.PERMISSION type)