public static enum FeatureManager.Feature extends java.lang.Enum<FeatureManager.Feature>
| Enum Constant and Description |
|---|
AAM |
AppEvents |
ChromeCustomTabsPrefetching |
CodelessEvents |
Core
Essential of CoreKit
|
CrashReport |
CrashShield |
ErrorReport |
EventDeactivation |
IgnoreAppSwitchToLoggedOut |
Instrument |
IntelligentIntegrity |
Login
Essential of LoginKit
|
ModelRequest |
Monitoring |
Places
Essential of PlacesKit
|
PrivacyProtection |
RestrictiveDataFiltering |
Share
Essential of ShareKit
|
SuggestedEvents |
ThreadCheck |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
FeatureManager.Feature |
getParent() |
java.lang.String |
toString() |
static FeatureManager.Feature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureManager.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureManager.Feature Unknown
public static final FeatureManager.Feature Core
public static final FeatureManager.Feature AppEvents
public static final FeatureManager.Feature CodelessEvents
public static final FeatureManager.Feature RestrictiveDataFiltering
public static final FeatureManager.Feature AAM
public static final FeatureManager.Feature PrivacyProtection
public static final FeatureManager.Feature SuggestedEvents
public static final FeatureManager.Feature IntelligentIntegrity
public static final FeatureManager.Feature ModelRequest
public static final FeatureManager.Feature EventDeactivation
public static final FeatureManager.Feature Instrument
public static final FeatureManager.Feature CrashReport
public static final FeatureManager.Feature CrashShield
public static final FeatureManager.Feature ThreadCheck
public static final FeatureManager.Feature ErrorReport
public static final FeatureManager.Feature Monitoring
public static final FeatureManager.Feature Login
public static final FeatureManager.Feature ChromeCustomTabsPrefetching
public static final FeatureManager.Feature IgnoreAppSwitchToLoggedOut
public static final FeatureManager.Feature Share
public static final FeatureManager.Feature Places
public static FeatureManager.Feature[] values()
for (FeatureManager.Feature c : FeatureManager.Feature.values()) System.out.println(c);
public static FeatureManager.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 java.lang.String toString()
toString in class java.lang.Enum<FeatureManager.Feature>public FeatureManager.Feature getParent()