public static enum AdAccountTargetingUnified.EnumAppStore extends Enum<AdAccountTargetingUnified.EnumAppStore>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdAccountTargetingUnified.EnumAppStore |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdAccountTargetingUnified.EnumAppStore[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="amazon_app_store") public static final AdAccountTargetingUnified.EnumAppStore VALUE_AMAZON_APP_STORE
@SerializedName(value="apk_mirror") public static final AdAccountTargetingUnified.EnumAppStore VALUE_APK_MIRROR
@SerializedName(value="apk_monk") public static final AdAccountTargetingUnified.EnumAppStore VALUE_APK_MONK
@SerializedName(value="apk_pure") public static final AdAccountTargetingUnified.EnumAppStore VALUE_APK_PURE
@SerializedName(value="aptoide_a1_store") public static final AdAccountTargetingUnified.EnumAppStore VALUE_APTOIDE_A1_STORE
@SerializedName(value="bemobi_mobile_store") public static final AdAccountTargetingUnified.EnumAppStore VALUE_BEMOBI_MOBILE_STORE
@SerializedName(value="digital_turbine_store") public static final AdAccountTargetingUnified.EnumAppStore VALUE_DIGITAL_TURBINE_STORE
@SerializedName(value="does_not_exist") public static final AdAccountTargetingUnified.EnumAppStore VALUE_DOES_NOT_EXIST
@SerializedName(value="fb_android_store") public static final AdAccountTargetingUnified.EnumAppStore VALUE_FB_ANDROID_STORE
@SerializedName(value="fb_canvas") public static final AdAccountTargetingUnified.EnumAppStore VALUE_FB_CANVAS
@SerializedName(value="fb_gameroom") public static final AdAccountTargetingUnified.EnumAppStore VALUE_FB_GAMEROOM
@SerializedName(value="galaxy_store") public static final AdAccountTargetingUnified.EnumAppStore VALUE_GALAXY_STORE
@SerializedName(value="google_play") public static final AdAccountTargetingUnified.EnumAppStore VALUE_GOOGLE_PLAY
@SerializedName(value="instant_game") public static final AdAccountTargetingUnified.EnumAppStore VALUE_INSTANT_GAME
@SerializedName(value="itunes") public static final AdAccountTargetingUnified.EnumAppStore VALUE_ITUNES
@SerializedName(value="itunes_ipad") public static final AdAccountTargetingUnified.EnumAppStore VALUE_ITUNES_IPAD
@SerializedName(value="neon_android_store") public static final AdAccountTargetingUnified.EnumAppStore VALUE_NEON_ANDROID_STORE
@SerializedName(value="none") public static final AdAccountTargetingUnified.EnumAppStore VALUE_NONE
@SerializedName(value="oculus_app_store") public static final AdAccountTargetingUnified.EnumAppStore VALUE_OCULUS_APP_STORE
@SerializedName(value="oppo") public static final AdAccountTargetingUnified.EnumAppStore VALUE_OPPO
@SerializedName(value="roku_channel_store") public static final AdAccountTargetingUnified.EnumAppStore VALUE_ROKU_CHANNEL_STORE
@SerializedName(value="uptodown") public static final AdAccountTargetingUnified.EnumAppStore VALUE_UPTODOWN
@SerializedName(value="vivo") public static final AdAccountTargetingUnified.EnumAppStore VALUE_VIVO
@SerializedName(value="windows_10_store") public static final AdAccountTargetingUnified.EnumAppStore VALUE_WINDOWS_10_STORE
@SerializedName(value="windows_store") public static final AdAccountTargetingUnified.EnumAppStore VALUE_WINDOWS_STORE
@SerializedName(value="xiaomi") public static final AdAccountTargetingUnified.EnumAppStore VALUE_XIAOMI
public static AdAccountTargetingUnified.EnumAppStore[] values()
for (AdAccountTargetingUnified.EnumAppStore c : AdAccountTargetingUnified.EnumAppStore.values()) System.out.println(c);
public static AdAccountTargetingUnified.EnumAppStore 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<AdAccountTargetingUnified.EnumAppStore>Copyright © 2024. All rights reserved.