public static enum Config.Feature extends java.lang.Enum<Config.Feature>
| Enum Constant and Description |
|---|
CrashReporting |
Events |
Location |
Sessions |
UserProfiles |
Views |
| Modifier and Type | Method and Description |
|---|---|
static Config.Feature |
byIndex(int index) |
int |
getIndex() |
static Config.Feature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Config.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Config.Feature Events
public static final Config.Feature Sessions
public static final Config.Feature Views
public static final Config.Feature CrashReporting
public static final Config.Feature Location
public static final Config.Feature UserProfiles
public static Config.Feature[] values()
for (Config.Feature c : Config.Feature.values()) System.out.println(c);
public static Config.Feature 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 int getIndex()
public static Config.Feature byIndex(int index)