- 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(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.
- onAdExpired(POBInterstitial) - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBInterstitialListener
-
Notifies that the interstitial ad has been expired.
- 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.
- onAdFailed(POBInterstitial, POBError) - Method in class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBInterstitialListener
-
Notifies the listener of an error encountered while loading or rendering 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.
- 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
- onFailed(POBError) - Method in interface com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEventListener
-
Publisher should call this method to notify the OpenWrap SDK about any kind of error
scenario may be when primary SDK gives error.
- onOpenWrapPartnerWin() - Method in interface com.pubmatic.sdk.openwrap.banner.POBBannerEventListener
-
- 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() - Method in interface com.pubmatic.sdk.openwrap.interstitial.POBInterstitialEventListener
-
- 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.
- POBBannerEvent - Interface in com.pubmatic.sdk.openwrap.banner
-
The banner custom event interface.
- 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 - Interface in com.pubmatic.sdk.openwrap.interstitial
-
The OpenWrap interstitial custom event interface.
- POBInterstitialEventListener - Interface in com.pubmatic.sdk.openwrap.interstitial
-
OpenWrap interstitial custom event listener.
- POBInterstitialListener() - Constructor for class com.pubmatic.sdk.openwrap.interstitial.POBInterstitial.POBInterstitialListener
-
- POBRenderer - Class in com.pubmatic.sdk.openwrap.core
-
Helper class to create renderer.
- POBRenderer() - Constructor for class com.pubmatic.sdk.openwrap.core.POBRenderer
-
- 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
-