➤ PMAdRequest.OPERID
PMBannerAdView.BannerAdViewDelegate
PMBannerAdView.BannerAdViewDelegate.
ActivityListenerPMBannerAdView.BannerAdViewDelegate.
FeatureSupportHandlerPMBannerAdView.BannerAdViewDelegate.
InternalBrowserListenerPMBannerAdView.BannerAdViewDelegate.
RequestListenerPMBannerAdView.BannerAdViewDelegate.
RichMediaListenerPMInterstitialAd.InterstitialAdListener
PMInterstitialAd.InterstitialAdListener.
ActivityListenerPMInterstitialAd.InterstitialAdListener.
FeatureSupportHandlerPMInterstitialAd.InterstitialAdListener.
InternalBrowserListenerPMInterstitialAd.InterstitialAdListener.
RequestListenerPMInterstitialAd.InterstitialAdListener.
RichMediaListenerPMNativeAd.NativeRequestListener
PMPrefetchManager.PMPrefetchListener
com.pubmatic.sdk.common.pubmatic
Enum PMAdRequest.OPERID
java.lang.Object
java.lang.Enum<PMAdRequest.OPERID>
com.pubmatic.sdk.common.pubmatic.PMAdRequest.OPERID
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<PMAdRequest.OPERID>
- Enclosing class:
- PMAdRequest
protected static enum PMAdRequest.OPERID
extends java.lang.Enum<PMAdRequest.OPERID>
Enum Constant Summary
Enum Constant and Description |
---|
HTML |
JAVA_SCRIPT |
JSON |
JSON_MOBILE |
Method Summary
Modifier and Type | Method and Description |
---|---|
static PMAdRequest.OPERID | valueOf(java.lang.string name) Returns the enum constant of this type with the specified name. |
static PMAdRequest.OPERID[] | values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, tostring, valueOf
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
Enum Constant Detail
HTML
public static final PMAdRequest.OPERID HTML
JAVA_SCRIPT
public static final PMAdRequest.OPERID JAVA_SCRIPT
JSON
public static final PMAdRequest.OPERID JSON
JSON_MOBILE
public static final PMAdRequest.OPERID JSON_MOBILE
Method Detail
values
public static PMAdRequest.OPERID[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PMAdRequest.OPERID c : PMAdRequest.OPERID.values()) System.out.println(c);
- an array containing the constants of this enum type, in the order they are declared
valueOf
public static PMAdRequest.OPERID valueOf(java.lang.string name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
name
- the name of the enum constant to be returned.- the enum constant with the specified name
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null