- getAdInteractionListener() - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerEvent
-
Returns the instance of the Inline Ad interaction listener.
- getAdInteractionListener() - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEvent
-
Returns the instance of the FullScreen Ad interaction listener.
- getAdRequest() - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView
-
Returns an Object representing OpenWrap ad request.
- getAdRequest() - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial
-
Returns an instance of POBRequest, required for setting targeting parameters.
- getAdServerView() - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerEvent
-
To retrieve ad server ad view
- getAdSize() - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerEvent
-
OpenWrap SDK calls this method to get the size of the ad rendered by the ad server SDK
- getBid() - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView
-
Get bid
- getBid() - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial
-
Get bid
- getBidsProvider() - Method in interface com.pubmatic.sdk.openwrap.banner.POBBannerEventListener
-
Returns bids provider
- getBidsProvider() - Method in interface com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEventListener
-
Returns bids provider
- getCreativeSize() - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView
-
Returns the Size of the rendered ad creative
- getCustomData() - Method in interface com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEventListener
-
Call this to fetch any additional custom data for handling ad server calls or rendering
- getImpression() - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView
-
Returns an instance of impression object created internally.
- getImpression() - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial
-
Returns an instance of POBImpression which gets created internally.
- getRenderer(String) - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerEvent
-
OpenWrap SDK calls this method to get the implementation of POBBannerRendering interface to
render ad in custom rendering component.
- getRenderer(String) - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEvent
-
Optional method to provide implementation of POBInterstitialRendering interface to render ad
in custom rendering component.
- onAdClick() - Method in interface com.pubmatic.sdk.openwrap.banner.POBBannerEventListener
-
Call this when the ad server SDK informs about click happened on Ad
- onAdClick() - Method in interface com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEventListener
-
Notifies the listener that the user clicked the ad
- onAdClicked(POBBannerView) - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView.POBBannerViewListener
-
Notifies that the user has clicked the ad view.
- onAdClicked(POBInterstitial) - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBInterstitialListener
-
Notifies that the interstitial ad has been clicked
- onAdClosed() - Method in interface com.pubmatic.sdk.openwrap.banner.POBBannerEventListener
-
Call this when the ad server SDK is about to close / collapse an Ad
- onAdClosed(POBBannerView) - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView.POBBannerViewListener
-
Notifies that the banner view has closed the ad on top of the current view.
- onAdClosed(POBInterstitial) - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBInterstitialListener
-
Notifies that the OpenWrap view has closed the ad on top of the current view.
- onAdClosed() - Method in interface com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEventListener
-
Publisher should call this method to notify the OpenWrap SDK about ad close / collapse state
when primary SDK renders the creative.
- onAdExecutionComplete() - Method in interface com.pubmatic.sdk.openwrap.banner.POBBannerEventListener
-
Call this when the ad execution is completed due to external ad events.
- onAdExpired(POBInterstitial) - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBInterstitialListener
-
Notifies that the interstitial ad has been expired.
- onAdExpired() - Method in interface com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEventListener
-
Publisher/Handler should call this method to notify the OpenWrap SDK about ad expiry
- onAdFailed(POBBannerView, POBError) - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView.POBBannerViewListener
-
Notifies the listener of an error encountered while loading or rendering an ad.
- onAdFailedToLoad(POBInterstitial, POBError) - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBInterstitialListener
-
Notifies the listener of an error encountered while loading an ad.
- onAdFailedToShow(POBInterstitial, POBError) - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBInterstitialListener
-
Notifies the listener of an error encountered while showing an ad.
- onAdLeftApplication() - Method in interface com.pubmatic.sdk.openwrap.banner.POBBannerEventListener
-
Call this when the ad server SDK informs about app leave event as a result of user
interaction.
- onAdLeftApplication() - Method in interface com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEventListener
-
Notifies the listener whenever current app goes in the background due to user click
- onAdOpened() - Method in interface com.pubmatic.sdk.openwrap.banner.POBBannerEventListener
-
Call this when the ad server SDK is about to open / expand an Ad
- onAdOpened(POBBannerView) - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView.POBBannerViewListener
-
Notifies listener that the banner view has open the ad on top of the current
view/screen, as a result of user interaction.
- onAdOpened(POBInterstitial) - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBInterstitialListener
-
Notifies that the OpenWrap view will open an ad on top of the current view.
- onAdOpened() - Method in interface com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEventListener
-
Publisher should call this method to notify the OpenWrap SDK about ad open / expand state
when primary SDK renders the creative.
- onAdReceived(POBBannerView) - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView.POBBannerViewListener
-
Notifies the listener that an ad has been successfully loaded and rendered.
- onAdReceived(POBInterstitial) - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBInterstitialListener
-
Notifies the listener that an ad has been received successfully.
- onAdServerImpressionRecorded() - Method in interface com.pubmatic.sdk.openwrap.banner.POBBannerEventListener
-
Notifies OpenWrap SDK about ad server impression record.
- onAdServerWin(View) - Method in interface com.pubmatic.sdk.openwrap.banner.POBBannerEventListener
-
Call this when the ad server SDK renders its own ad
- onAdServerWin() - Method in interface com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEventListener
-
Publisher should call this method to notify the OpenWrap SDK about ad server SDK renders its
own ad
- onAppLeaving(POBBannerView) - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView.POBBannerViewListener
-
Notifies the listener whenever current app goes in the background due to user click.
- onAppLeaving(POBInterstitial) - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBInterstitialListener
-
Notifies the listener that a user interaction will open another app (e.g.
- onFailed(POBError) - Method in interface com.pubmatic.sdk.openwrap.banner.POBBannerEventListener
-
Call this when the ad server SDK fails to load the ad
- onFailedToLoad(POBError) - Method in interface com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEventListener
-
Handler should call this method to notify the OpenWrap SDK about any kind of load time error
- onFailedToShow(POBError) - Method in interface com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEventListener
-
Handler should call this method to notify the OpenWrap SDK about any kind of show time error
- onOpenWrapPartnerWin(String) - Method in interface com.pubmatic.sdk.openwrap.banner.POBBannerEventListener
-
Call this when the ad server SDK signals about partner bid win with bid id.
- onOpenWrapPartnerWin(String) - Method in interface com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEventListener
-
Call this when the ad server SDK signals about partner bid win with bid id.
- onVideoPlaybackCompleted(POBInterstitial) - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBVideoListener
-
Notifies the listener that the playback of the video ad has been completed.
- 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.
- POBBannerEvent - Class in com.pubmatic.sdk.openwrap.banner
-
The banner custom event abstract class.
- POBBannerEvent() - Constructor for class com.pubmatic.sdk.openwrap.banner.POBBannerEvent
-
- POBBannerEventListener - Interface in com.pubmatic.sdk.openwrap.banner
-
The banner custom event listener.
- 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
-
- POBDefaultBannerEventHandler - Class in com.pubmatic.sdk.openwrap.banner
-
This is EventHandler class used when publisher do not want to support primary ad server.
- POBDefaultBannerEventHandler(POBAdSize...) - Constructor for class com.pubmatic.sdk.openwrap.banner.POBDefaultBannerEventHandler
-
Constructor
Accepts POBAdSize and initialize POBDefaultBannerEventHandler
- POBDefaultInterstitialEventHandler - Class in com.pubmatic.sdk.openwrap.interstitial
-
This is EventHandler class used when publisher do not want to support primary ad server.
- POBDefaultInterstitialEventHandler() - Constructor for class com.pubmatic.sdk.openwrap.interstitial.POBDefaultInterstitialEventHandler
-
- 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.
- POBInterstitialEvent - Class in com.pubmatic.sdk.openwrap.interstitial
-
The OpenWrap interstitial custom event abstract class.
- POBInterstitialEvent() - Constructor for class com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEvent
-
- POBInterstitialEventListener - Interface in com.pubmatic.sdk.openwrap.interstitial
-
OpenWrap interstitial custom event listener.
- POBInterstitialListener() - Constructor for class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBInterstitialListener
-
- 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
-
- proceedToLoadAd() - Method in class com.pubmatic.sdk.openwrap.banner.POBBannerView
-
- proceedToLoadAd() - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial
-