public class POBInterstitialImpression extends POBImpression
adPosition, adUnitId, id, interstitial, pmZoneId| Modifier and Type | Method and Description |
|---|---|
static POBInterstitialImpression |
createInstance(android.content.Context context,
java.lang.String id,
java.lang.String adUnitId)
Returns new instance of POBInterstitialImpression class if all 3 provided arguments are valid
else returns null.
|
org.json.JSONObject |
getImpressionJson()
(Internal for OpenBid SDK)
|
getAdUnitId, setCustomParam, setPMZoneIdpublic static POBInterstitialImpression createInstance(@NonNull android.content.Context context, @NonNull java.lang.String id, @NonNull java.lang.String adUnitId)
context - android contextid - Impression IdadUnitId - The unique identifier which represents an ad placement on the app screen. This
* is the one you defined while creating profile mappings on the PubMatic
* OpenBid dashboard.public org.json.JSONObject getImpressionJson()
throws org.json.JSONException
POBImpressiongetImpressionJson in class POBImpressionorg.json.JSONException - throws JSONException