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