public enum InstrumentationKeyResolver extends java.lang.Enum<InstrumentationKeyResolver>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache() |
java.lang.String |
resolveInstrumentationKey(java.lang.String instrumentationKey) |
void |
setProfileFetcher(AppProfileFetcher profileFetcher) |
static InstrumentationKeyResolver |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstrumentationKeyResolver[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstrumentationKeyResolver INSTANCE
public static InstrumentationKeyResolver[] values()
for (InstrumentationKeyResolver c : InstrumentationKeyResolver.values()) System.out.println(c);
public static InstrumentationKeyResolver 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 clearCache()
public void setProfileFetcher(AppProfileFetcher profileFetcher)
public java.lang.String resolveInstrumentationKey(java.lang.String instrumentationKey)
instrumentationKey - The instrumentation key.