public enum AlivcLiveCommonParams extends java.lang.Enum<AlivcLiveCommonParams>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,java.lang.String> |
getCommonProperties()
Get common properties,
|
java.lang.String |
getUniqueId()
Get unique id,
|
void |
initCommonProperties(android.content.Context context)
Init common properties when launch,
|
static AlivcLiveCommonParams |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLiveCommonParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcLiveCommonParams INSTANCE
public static AlivcLiveCommonParams[] values()
for (AlivcLiveCommonParams c : AlivcLiveCommonParams.values()) System.out.println(c);
public static AlivcLiveCommonParams 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 void initCommonProperties(android.content.Context context)
context
- android contextpublic java.util.HashMap<java.lang.String,java.lang.String> getCommonProperties()
public java.lang.String getUniqueId()