public static enum Application.EnumAnPlatforms extends Enum<Application.EnumAnPlatforms>
| Enum Constant and Description |
|---|
VALUE_ANDROID |
VALUE_DESKTOP |
VALUE_GALAXY |
VALUE_INSTANT_ARTICLES |
VALUE_IOS |
VALUE_MOBILE_WEB |
VALUE_OCULUS |
VALUE_UNKNOWN |
VALUE_XIAOMI |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Application.EnumAnPlatforms |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.EnumAnPlatforms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="ANDROID") public static final Application.EnumAnPlatforms VALUE_ANDROID
@SerializedName(value="DESKTOP") public static final Application.EnumAnPlatforms VALUE_DESKTOP
@SerializedName(value="GALAXY") public static final Application.EnumAnPlatforms VALUE_GALAXY
@SerializedName(value="INSTANT_ARTICLES") public static final Application.EnumAnPlatforms VALUE_INSTANT_ARTICLES
@SerializedName(value="IOS") public static final Application.EnumAnPlatforms VALUE_IOS
@SerializedName(value="MOBILE_WEB") public static final Application.EnumAnPlatforms VALUE_MOBILE_WEB
@SerializedName(value="OCULUS") public static final Application.EnumAnPlatforms VALUE_OCULUS
@SerializedName(value="UNKNOWN") public static final Application.EnumAnPlatforms VALUE_UNKNOWN
@SerializedName(value="XIAOMI") public static final Application.EnumAnPlatforms VALUE_XIAOMI
public static Application.EnumAnPlatforms[] values()
for (Application.EnumAnPlatforms c : Application.EnumAnPlatforms.values()) System.out.println(c);
public static Application.EnumAnPlatforms 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.EnumAnPlatforms>Copyright © 2024. All rights reserved.