public static enum Application.EnumEvent extends Enum<Application.EnumEvent>
Enum Constant and Description |
---|
VALUE_CUSTOM_APP_EVENTS |
VALUE_DEFERRED_APP_LINK |
VALUE_MOBILE_APP_INSTALL |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Application.EnumEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.EnumEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Application.EnumEvent VALUE_CUSTOM_APP_EVENTS
public static final Application.EnumEvent VALUE_DEFERRED_APP_LINK
public static final Application.EnumEvent VALUE_MOBILE_APP_INSTALL
public static Application.EnumEvent[] values()
for (Application.EnumEvent c : Application.EnumEvent.values()) System.out.println(c);
public static Application.EnumEvent valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Application.EnumEvent>
Copyright © 2020. All rights reserved.