- pauseAutoRefresh() - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView
-
Pauses the auto refresh, By default, banner refreshes automatically as per
configured refresh interval on OpenWrap portal.
- pmZoneId - Variable in class com.pubmatic.sdk.openwrap.core.POBImpression
-
This parameter is used to pass a zone ID for reporting.
- POBAdSize - Class in com.pubmatic.sdk.common
-
Defines size of a banner ad.
- POBAdSize(int, int) - Constructor for class com.pubmatic.sdk.common.POBAdSize
-
Parameterised constructor for defining the custom ad size
- POBApplicationInfo - Class in com.pubmatic.sdk.common.models
-
Provides setters to pass application information like store URL, domain, IAB categories etc.
- POBApplicationInfo() - Constructor for class com.pubmatic.sdk.common.models.POBApplicationInfo
-
- POBBannerRendering - Interface in com.pubmatic.sdk.common.ui
-
Interface to provide callback methods for invoking banner rendering
- POBBannerView - Class in com.pubmatic.sdk.openwrap.banner
-
The view class that displays the banner ad.
- POBBannerView(Context) - Constructor for class com.pubmatic.sdk.openwrap.banner.POBBannerView
-
Used to create instances when placed in XML layouts.
- POBBannerView(Context, AttributeSet) - Constructor for class com.pubmatic.sdk.openwrap.banner.POBBannerView
-
Used to create instances when placed in XML layouts.
- POBBannerView(Context, AttributeSet, int) - Constructor for class com.pubmatic.sdk.openwrap.banner.POBBannerView
-
Used to create instances when placed in XML layouts with default style.
- POBBannerView(Context, String, int, String, POBAdSize...) - Constructor for class com.pubmatic.sdk.openwrap.banner.POBBannerView
-
Constructor
Initializes and returns a newly allocated banner view object for supporting 'No Ad Server Configuration'
Publisher should create object of POBBannerView using this constructor when instantiating
from code.
- POBBannerView(Context, String, int, String, POBBannerEvent) - Constructor for class com.pubmatic.sdk.openwrap.banner.POBBannerView
-
Constructor
Initializes and returns a newly allocated banner view object
Publisher should create object of POBBannerView using this constructor when instantiating
from java code.
- POBBannerView.POBBannerViewListener - Class in com.pubmatic.sdk.openwrap.banner
-
Static member class for interaction with the POBBannerView.
- POBBannerViewListener() - Constructor for class com.pubmatic.sdk.openwrap.banner.POBBannerView.POBBannerViewListener
-
- POBBid - Class in com.pubmatic.sdk.openwrap.core
-
Holds information of winning bid along with all the bids that participated in the auction.
- POBBid.Builder - Class in com.pubmatic.sdk.openwrap.core
-
Builder class to build
POBBid
, this is an extensible approach can be used for enhancement
This helps to make
POBBid
immutable
- POBBid.POBSummary - Class in com.pubmatic.sdk.openwrap.core
-
POBSummary class instance holds the information of a single bid which participated in the
auction.
- POBDataProvider - Class in com.pubmatic.sdk.common.models
-
Model Class to Store Additional Data about the related object(e.g.
- POBDataProvider(String) - Constructor for class com.pubmatic.sdk.common.models.POBDataProvider
-
Constructor to create object of POBDataProvider which Store Additional Data about the related object
- POBDataProvider(String, String) - Constructor for class com.pubmatic.sdk.common.models.POBDataProvider
-
Constructor to create object of POBDataProvider which Store Additional Data about the related object
- POBError - Class in com.pubmatic.sdk.common
-
Maintains the OpenWrap error code along with specific error message
- POBError(int, String) - Constructor for class com.pubmatic.sdk.common.POBError
-
- POBExternalUserId - Class in com.pubmatic.sdk.common.models
-
Class to Store Data Partner Ids
- POBExternalUserId(String, String) - Constructor for class com.pubmatic.sdk.common.models.POBExternalUserId
-
Constructor to create Data Partner Id object
- POBImpression - Class in com.pubmatic.sdk.openwrap.core
-
Holds the general information about an ad impression.
- POBImpression(String, String) - Constructor for class com.pubmatic.sdk.openwrap.core.POBImpression
-
Constructor
- POBImpression(String, String, boolean, boolean) - Constructor for class com.pubmatic.sdk.openwrap.core.POBImpression
-
Constructor to be used for creating Impression object for the Rewarded Ad
- POBInterstitial - Class in com.pubmatic.sdk.openwrap.interstitial
-
Displays full-screen interstitial ads.
- POBInterstitial(Context, String, int, String) - Constructor for class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial
-
Constructor.
- POBInterstitial(Context, String, int, String, POBInterstitialEvent) - Constructor for class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial
-
Constructor.
- POBInterstitial.POBInterstitialListener - Class in com.pubmatic.sdk.openwrap.interstitial
-
Static member class for interaction with the POBInterstitial instance.
- POBInterstitial.POBVideoListener - Class in com.pubmatic.sdk.openwrap.interstitial
-
Static member class for interaction with the POBInterstitial instance for video events.
- POBInterstitialListener() - Constructor for class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBInterstitialListener
-
- POBInterstitialRendering - Interface in com.pubmatic.sdk.common.ui
-
Interstitial ad rendering interface, implement these methods to write custom ad renderer
- POBLocation - Class in com.pubmatic.sdk.common.models
-
A data class representing a geographic location consist of latitude, longitude and location
source.
- POBLocation(POBLocation.Source, double, double) - Constructor for class com.pubmatic.sdk.common.models.POBLocation
-
- POBLocation(Location) - Constructor for class com.pubmatic.sdk.common.models.POBLocation
-
Instantiate an object of POBLocation using the Android's default location object
- POBLocation.Source - Enum in com.pubmatic.sdk.common.models
-
Enum to define the location source.
- POBNativeAd - Interface in com.pubmatic.sdk.nativead
-
Interface used for creating POBNativeAdProvider
- POBNativeAdListener - Interface in com.pubmatic.sdk.nativead
-
Interface to inform native ad workflow events to the app
- POBNativeAdLoader - Class in com.pubmatic.sdk.nativead
-
Ad loader class to load native ad from PubMatic as per the template specified during
initialization.
- POBNativeAdLoader(Context, String, int, String, POBNativeTemplateType, POBNativeAdEvent) - Constructor for class com.pubmatic.sdk.nativead.POBNativeAdLoader
-
Initializes & returns a newly allocated ad loader object for supporting 'Header Bidding Configuration'.
- POBNativeAdLoader(Context, String, int, String, POBNativeTemplateType) - Constructor for class com.pubmatic.sdk.nativead.POBNativeAdLoader
-
Initializes & returns a newly allocated ad loader object for supporting 'No Ad Server Configuration'.
- POBNativeAdLoaderConfig - Class in com.pubmatic.sdk.nativead
-
- POBNativeAdLoaderConfig() - Constructor for class com.pubmatic.sdk.nativead.POBNativeAdLoaderConfig
-
- POBNativeAdLoaderListener - Interface in com.pubmatic.sdk.nativead
-
This is an interface for interaction with the POBNativeAdLoader instance.
- POBNativeAdMediumTemplateView - Class in com.pubmatic.sdk.nativead.views
-
Native medium template view with size 300x250 holds the required assets
- POBNativeAdMediumTemplateView(Context) - Constructor for class com.pubmatic.sdk.nativead.views.POBNativeAdMediumTemplateView
-
Used to create instances when placed in XML layouts.
- POBNativeAdMediumTemplateView(Context, AttributeSet) - Constructor for class com.pubmatic.sdk.nativead.views.POBNativeAdMediumTemplateView
-
Used to create instances when placed in XML layouts.
- POBNativeAdMediumTemplateView(Context, AttributeSet, int) - Constructor for class com.pubmatic.sdk.nativead.views.POBNativeAdMediumTemplateView
-
Used to create instances when placed in XML layouts with default style.
- POBNativeAdRenderer - Class in com.pubmatic.sdk.nativead.renderer
-
Class responsible for handling the native ad rendering
- POBNativeAdRenderer(Context) - Constructor for class com.pubmatic.sdk.nativead.renderer.POBNativeAdRenderer
-
- POBNativeAdSmallTemplateView - Class in com.pubmatic.sdk.nativead.views
-
Native small template view with size 360x90 holds the required assets
- POBNativeAdSmallTemplateView(Context) - Constructor for class com.pubmatic.sdk.nativead.views.POBNativeAdSmallTemplateView
-
Used to create instances when placed in XML layouts.
- POBNativeAdSmallTemplateView(Context, AttributeSet) - Constructor for class com.pubmatic.sdk.nativead.views.POBNativeAdSmallTemplateView
-
Used to create instances when placed in XML layouts.
- POBNativeAdSmallTemplateView(Context, AttributeSet, int) - Constructor for class com.pubmatic.sdk.nativead.views.POBNativeAdSmallTemplateView
-
Used to create instances when placed in XML layouts with default style.
- POBNativeAdView - Class in com.pubmatic.sdk.nativead
-
Native Ad view class.
- POBNativeAdView(Context) - Constructor for class com.pubmatic.sdk.nativead.POBNativeAdView
-
- POBNativeAdView(Context, AttributeSet) - Constructor for class com.pubmatic.sdk.nativead.POBNativeAdView
-
- POBNativeAdView(Context, AttributeSet, int) - Constructor for class com.pubmatic.sdk.nativead.POBNativeAdView
-
- POBNativeTemplateType - Enum in com.pubmatic.sdk.nativead.datatype
-
Enum defining the supported template types for Native Ad rendering
- POBNativeTemplateView - Class in com.pubmatic.sdk.nativead.views
-
Parent class holding common properties for the templates supported by Native Ad
- POBNativeTemplateView(Context, AttributeSet) - Constructor for class com.pubmatic.sdk.nativead.views.POBNativeTemplateView
-
Used to create instances when child view is placed in XML layouts with default style or
instantiated programmatically.
- POBNativeTemplateView(Context, AttributeSet, int) - Constructor for class com.pubmatic.sdk.nativead.views.POBNativeTemplateView
-
Used to create instances when child view is placed in XML layouts with default style or
instantiated programmatically.
- POBNativeTemplateView(Context, AttributeSet, int, int) - Constructor for class com.pubmatic.sdk.nativead.views.POBNativeTemplateView
-
Get invoked in the child class constructor.
- POBRenderer - Class in com.pubmatic.sdk.openwrap.core
-
Helper class to create renderer.
- POBRenderer() - Constructor for class com.pubmatic.sdk.openwrap.core.POBRenderer
-
- POBRequest - Class in com.pubmatic.sdk.openwrap.core
-
Class to represent the OpenWrap ad request.
- POBRequest.AdPosition - Enum in com.pubmatic.sdk.openwrap.core
-
Fold placement of the ad to be served.
- POBRequest.API - Enum in com.pubmatic.sdk.openwrap.core
-
Supported API of the ad to be served.
- POBReward - Class in com.pubmatic.sdk.openwrap.core
-
Modal class to hold information of rewards.
- POBReward(String, int) - Constructor for class com.pubmatic.sdk.openwrap.core.POBReward
-
Constructor.
- POBRewardedAd - Class in com.pubmatic.sdk.rewardedad
-
Displays full-screen rewarded ads.
- POBRewardedAd.POBRewardedAdListener - Class in com.pubmatic.sdk.rewardedad
-
Static member class for interaction with the POBRewardedAd instance.
- POBRewardedAdListener() - Constructor for class com.pubmatic.sdk.rewardedad.POBRewardedAd.POBRewardedAdListener
-
- POBRewardedAdRendering - Interface in com.pubmatic.sdk.common.ui
-
Rewarded ad rendering interface, implement these methods to write custom ad renderer
- POBSegment - Class in com.pubmatic.sdk.common.models
-
Class used to store actual segment data for a Data Provider
- POBSegment(String) - Constructor for class com.pubmatic.sdk.common.models.POBSegment
-
Constructor to create POBSegment object whci stores the segment data for a specific data provider
- POBSegment(String, String) - Constructor for class com.pubmatic.sdk.common.models.POBSegment
-
Constructor to create POBSegment object whci stores the segment data for a specific data provider
- POBSummary() - Constructor for class com.pubmatic.sdk.openwrap.core.POBBid.POBSummary
-
- POBUserInfo - Class in com.pubmatic.sdk.common.models
-
Provides setters to pass user information
- POBUserInfo() - Constructor for class com.pubmatic.sdk.common.models.POBUserInfo
-
- POBUserInfo.Gender - Enum in com.pubmatic.sdk.common.models
-
Defines gender of user
- POBVideoListener() - Constructor for class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBVideoListener
-
- proceedOnError(POBBidEvent.BidEventError) - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView
-
- proceedOnError(POBBidEvent.BidEventError) - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial
-
- proceedOnError(POBBidEvent.BidEventError) - Method in class com.pubmatic.sdk.rewardedad.POBRewardedAd
-
- proceedToLoadAd() - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView
-
- proceedToLoadAd() - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial
-
- proceedToLoadAd() - Method in class com.pubmatic.sdk.rewardedad.POBRewardedAd
-