public static enum IgawSSPNetController.RequestType extends java.lang.Enum<IgawSSPNetController.RequestType>
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static IgawSSPNetController.RequestType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IgawSSPNetController.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IgawSSPNetController.RequestType POST_BANNER_320x50
public static final IgawSSPNetController.RequestType POST_BANNER_300x250
public static final IgawSSPNetController.RequestType POST_BANNER_320x100
public static final IgawSSPNetController.RequestType POST_BANNER_320x50_ONLY_AD
public static final IgawSSPNetController.RequestType POST_BANNER_300x250_ONLY_AD
public static final IgawSSPNetController.RequestType POST_BANNER_320x100_ONLY_AD
public static final IgawSSPNetController.RequestType POST_INTERSTITIAL
public static final IgawSSPNetController.RequestType IMPRESSION
public static final IgawSSPNetController.RequestType CLICK_REPORT_URL
public static final IgawSSPNetController.RequestType POST_COLLECT_INSTALLED_APP
public static final IgawSSPNetController.RequestType POST_REWARD_VIDEO_AD
public static final IgawSSPNetController.RequestType COMPLETE_URL
public static final IgawSSPNetController.RequestType NATIVE_AD
public static final IgawSSPNetController.RequestType ONESTORE_AD
public static final IgawSSPNetController.RequestType POST_INTERSTITIAL_VIDEO_AD
public static final IgawSSPNetController.RequestType SEND_CS_MESSAGE
public static final IgawSSPNetController.RequestType RV_COMPLETE_REPORT_URL
public static IgawSSPNetController.RequestType[] values()
for (IgawSSPNetController.RequestType c : IgawSSPNetController.RequestType.values()) System.out.println(c);
public static IgawSSPNetController.RequestType 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 int getValue()