Skip navigation links
C D G N O R S 

C

com.pubmatic.sdk.openwrap.eventhandler.dfp - package com.pubmatic.sdk.openwrap.eventhandler.dfp
 
configure(AdManagerAdView, AdManagerAdRequest.Builder, POBBid) - Method in interface com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler.DFPConfigListener
This method is called before event handler makes an ad request call to GAM SDK.
configure(AdManagerAdRequest.Builder, POBBid) - Method in interface com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPInterstitialEventHandler.DFPConfigListener
This method is called before event handler makes an ad request call to GAM SDK.
configure(AdManagerAdRequest.Builder, POBBid) - Method in interface com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler.DFPConfigListener
This method is called before event handler makes an ad request call to GAM SDK.
configure(AdManagerAdRequest.Builder, POBBid) - Method in interface com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler.GAMConfigListener
This method is called before event handler makes an ad request call to GAM SDK.
configureNativeAd(GAMNativeEventHandler.NativeAdListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
Prepares handler to request GAM's NativeAd by setting up GAMNativeEventHandler.NativeAdListener.
configureNativeCustomFormatAd(String, GAMNativeEventHandler.NativeCustomFormatAdListener, NativeCustomFormatAd.OnCustomClickListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
Prepares handler to request GAM's NativeCustomFormatAd by setting up GAMNativeEventHandler.NativeCustomFormatAdListener.

D

destroy() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
 
destroy() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPInterstitialEventHandler
 
destroy() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 
destroy() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 
DFPBannerEventHandler - Class in com.pubmatic.sdk.openwrap.eventhandler.dfp
This class implements the communication between the OpenWrap SDK and the GAM SDK for a given ad unit.
DFPBannerEventHandler(Context, String, AdSize...) - Constructor for class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
Constructor to initialise GAM AdView with required properties.
DFPBannerEventHandler.DFPConfigListener - Interface in com.pubmatic.sdk.openwrap.eventhandler.dfp
Interface to get the GAM view and it's request builder, to configure the properties.
DFPInterstitialEventHandler - Class in com.pubmatic.sdk.openwrap.eventhandler.dfp
This class implements the communication between the OpenWrap SDK and the GAM SDK for a given ad unit.
DFPInterstitialEventHandler(Activity, String) - Constructor for class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPInterstitialEventHandler
Constructor
DFPInterstitialEventHandler.DFPConfigListener - Interface in com.pubmatic.sdk.openwrap.eventhandler.dfp
Interface to get the GAM Interstitial ad and it's request builder, to configure the properties.
DFPRewardedEventHandler - Class in com.pubmatic.sdk.openwrap.eventhandler.dfp
This class implements the communication between the OpenWrap SDK and the GAM SDK for a given ad unit.
DFPRewardedEventHandler(Activity, String) - Constructor for class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 
DFPRewardedEventHandler.DFPConfigListener - Interface in com.pubmatic.sdk.openwrap.eventhandler.dfp
Interface to get the GAM Rewarded ad and it's request builder, to configure the properties.

G

GAMAppEventListener - Interface in com.pubmatic.sdk.openwrap.eventhandler.dfp
Interface to get the GAM SDK's app event callback
GAMNativeEventHandler - Class in com.pubmatic.sdk.openwrap.eventhandler.dfp
This class manages GAM's Native + Banner combined header bidding requests using AdLoader and listens to the respective callbacks.
GAMNativeEventHandler(Context, String, AdSize...) - Constructor for class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
Constructor to initialise required properties using that Event Handler build ad request.
GAMNativeEventHandler.GAMConfigListener - Interface in com.pubmatic.sdk.openwrap.eventhandler.dfp
Interface to get the GAM Banner request builder, to configure the properties.
GAMNativeEventHandler.NativeAdListener - Class in com.pubmatic.sdk.openwrap.eventhandler.dfp
Interface definition to provide the NativeAd event callback
GAMNativeEventHandler.NativeCustomFormatAdListener - Class in com.pubmatic.sdk.openwrap.eventhandler.dfp
Interface definition to provide the NativeCustomFormatAd event callback
getAdInteractionListener() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 
getAdServerConfig() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 
getAdServerRewards() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 
getAdServerView() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
 
getAdServerView() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 
getAdSize() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
 
getAdSize() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 
getRenderer(String) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 
getSelectedReward() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 

N

NativeAdListener() - Constructor for class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler.NativeAdListener
 
NativeCustomFormatAdListener() - Constructor for class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler.NativeCustomFormatAdListener
 

O

onAdClicked(NativeAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler.NativeAdListener
Notifies listener that the NativeAd has been clicked, as a result of user interaction.
onAdClicked(NativeCustomFormatAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler.NativeCustomFormatAdListener
Notifies listener that the NativeCustomFormatAd has been clicked, as a result of user interaction.
onAdClosed(NativeAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler.NativeAdListener
Notifies listener that already opened NativeAd has been closed.
onAdClosed(NativeCustomFormatAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler.NativeCustomFormatAdListener
Notifies listener that already opened NativeCustomFormatAd has been closed.
onAdImpression(NativeAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler.NativeAdListener
Notifies listener that the impression is recorded for NativeAd
onAdImpression(NativeCustomFormatAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler.NativeCustomFormatAdListener
Notifies listener that the impression is recorded for NativeCustomFormatAd
onAdManagerAdViewLoaded(AdManagerAdView) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 
onAdOpened(NativeAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler.NativeAdListener
Notifies listener that the NativeAd has been opened, as a result of user interaction.
onAdOpened(NativeCustomFormatAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler.NativeCustomFormatAdListener
Notifies listener that the NativeCustomFormatAd has been opened, as a result of user interaction.
onAdReceived(NativeAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler.NativeAdListener
Notifies the listener that an ad has been successfully loaded.
onAdReceived(NativeCustomFormatAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler.NativeCustomFormatAdListener
Notifies the listener that an ad has been successfully loaded.
onAppEvent(String, String) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
 
onAppEvent(String, String) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPInterstitialEventHandler
 
onAppEvent(String, String) - Method in interface com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMAppEventListener
This method is called when event handler gets onAppEvent() callback from GAM SDK.
onAppEvent(String, String) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 
onCustomFormatAdLoaded(NativeCustomFormatAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 
onNativeAdLoaded(NativeAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 

R

requestAd(POBBid) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
 
requestAd(POBBid) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPInterstitialEventHandler
 
requestAd(POBBid) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 
requestAd(POBBid) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 
requestedAdSizes() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
 
requestedAdSizes() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 

S

setAdManagerOptions(AdManagerAdViewOptions) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
Sets AdManagerAdView options to use while requesting an ad using GAM AdLoader
setAppEventListener(GAMAppEventListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
Sets the App event listener object.
setAppEventListener(GAMAppEventListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPInterstitialEventHandler
Sets the App event listener object.
setAppEventListener(GAMAppEventListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
Sets the App event listener object.
setConfigListener(DFPBannerEventHandler.DFPConfigListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
Sets the Data listener object.
setConfigListener(DFPInterstitialEventHandler.DFPConfigListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPInterstitialEventHandler
Sets the Data listener object.
setConfigListener(DFPRewardedEventHandler.DFPConfigListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 
setConfigListener(GAMNativeEventHandler.GAMConfigListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
Use this method to set GAMNativeEventHandler.GAMConfigListener reference and implement its method to set the additional targeting parameters for GAM's AdLoader.
setCustomData(Map<String, Object>) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 
setEventListener(POBBannerEventListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
 
setEventListener(POBInterstitialEventListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPInterstitialEventHandler
 
setEventListener(POBRewardedAdEventListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 
setEventListener(POBBannerEventListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 
setNativeAdOptions(NativeAdOptions) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
Sets NativeAd options to use while requesting an ad using GAM AdLoader
show() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPInterstitialEventHandler
 
show() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 
C D G N O R S 
Skip navigation links