Skip navigation links
A C D E G I N O P R S T V 

A

AD_SERVER_WON - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 
addNativeCustomFormatAd(String, NativeCustomFormatAd.OnCustomClickListener) - Method in interface com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeConfiguration
Enables the GAMNativeEventHandler to load custom format ads through GAMs API.
addNativeCustomFormatAd(String, NativeCustomFormatAd.OnCustomClickListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 

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.GAMConfigListener
This method is called before event handler makes an ad request call to GAM SDK.
configureNativeAd(GAMNativeBannerEventHandler.NativeAdListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler
Prepares handler to request GAM's NativeAd by setting up GAMNativeBannerEventHandler.NativeAdListener.
configureNativeCustomFormatAd(String, GAMNativeBannerEventHandler.NativeCustomFormatAdListener, NativeCustomFormatAd.OnCustomClickListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler
Prepares handler to request GAM's NativeCustomFormatAd by setting up GAMNativeBannerEventHandler.NativeCustomFormatAdListener.
createNativeAdEventBridge() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 

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.GAMNativeBannerEventHandler
 
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(Context, String, AdSize, POBAdSize[]) - Constructor for class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
Constructs an event handler instance with GAM ad unit and ad size.
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.

E

EVENT_LISTENER_NOT_AVAILABLE - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 

G

GAM_CUSTOM_FORMAT_ID_NOT_AVAILABLE_MSG - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 
GAM_CUSTOM_FORMAT_ID_UNABLE_TO_SET_MSG - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 
GAM_NATIVE_AD_UNIT - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 
GAMAppEventListener - Interface in com.pubmatic.sdk.openwrap.eventhandler.dfp
Interface to get the GAM SDK's app event callback
GAMConfigListener - Interface in com.pubmatic.sdk.openwrap.eventhandler.dfp
Interface to get the GAM request builder, to configure the properties.
GAMLogConstants - Class in com.pubmatic.sdk.openwrap.eventhandler.dfp
A class defining the log statements for the handlers workflow
GAMLogConstants() - Constructor for class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 
GAMNativeBannerEventHandler - 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.
GAMNativeBannerEventHandler(Context, String, AdSize...) - Constructor for class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler
Constructor to initialise required properties using that Event Handler build ad request.
GAMNativeBannerEventHandler.NativeAdListener - Class in com.pubmatic.sdk.openwrap.eventhandler.dfp
Interface definition to provide the NativeAd event callback
GAMNativeBannerEventHandler.NativeCustomFormatAdListener - Class in com.pubmatic.sdk.openwrap.eventhandler.dfp
Interface definition to provide the NativeCustomFormatAd event callback
GAMNativeConfiguration - Interface in com.pubmatic.sdk.openwrap.eventhandler.dfp
Configuration to Support GAM specific handling like setting Native Options, setting custom format ids and specific rendering listeners, etc.
GAMNativeConfiguration.GAMAdTypes - Enum in com.pubmatic.sdk.openwrap.eventhandler.dfp
Ad types helps the signaling mechanism by determining which adserver has won On the basis of the ad type, ad loaded listener get set.
GAMNativeConfiguration.NativeAdRendererListener - Interface in com.pubmatic.sdk.openwrap.eventhandler.dfp
Listener to provide native ad rendering on the app side
GAMNativeConfiguration.NativeCustomFormatAdRendererListener - Interface in com.pubmatic.sdk.openwrap.eventhandler.dfp
Listener to provide custom format native ad rendering on the app side
GAMNativeEventHandler - Class in com.pubmatic.sdk.openwrap.eventhandler.dfp
This class manages GAM's Native Ad header bidding requests using AdLoader and listens to the respective callbacks.
GAMNativeEventHandler(Context, String, String, GAMNativeConfiguration.GAMAdTypes...) - Constructor for class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
Constructor to initialize required properties using that Event Handler build ad request.
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.GAMNativeBannerEventHandler
 
getAdSize() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
 
getAdSize() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler
 
getRenderer(String) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 
getSelectedReward() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 

I

INVALID_INPUT_MSG - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 

N

NativeAdListener() - Constructor for class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler.NativeAdListener
 
NativeCustomFormatAdListener() - Constructor for class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler.NativeCustomFormatAdListener
 
NO_NATIVE_AD_OPTIONS - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 

O

ON_NATIVE_AD_LOADED - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 
ON_NATIVE_CUSTOM_FORMAT_AD_LOADED - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 
onAdClicked(NativeAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler.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.GAMNativeBannerEventHandler.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.GAMNativeBannerEventHandler.NativeAdListener
Notifies listener that already opened NativeAd has been closed.
onAdClosed(NativeCustomFormatAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler.NativeCustomFormatAdListener
Notifies listener that already opened NativeCustomFormatAd has been closed.
onAdImpression(NativeAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler.NativeAdListener
Notifies listener that the impression is recorded for NativeAd
onAdImpression(NativeCustomFormatAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler.NativeCustomFormatAdListener
Notifies listener that the impression is recorded for NativeCustomFormatAd
onAdManagerAdViewLoaded(AdManagerAdView) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler
 
onAdOpened(NativeAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler.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.GAMNativeBannerEventHandler.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.GAMNativeBannerEventHandler.NativeAdListener
Notifies the listener that an ad has been successfully loaded.
onAdReceived(NativeCustomFormatAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler.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.GAMNativeBannerEventHandler
 
onCustomFormatAdLoaded(NativeCustomFormatAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler
 
onNativeAdLoaded(NativeAd) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler
 
OPENWRAP_AD_TYPE_ERROR_MSG - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 
OPENWRAP_FORMAT_ID_IS_MANDATORY - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 
OPENWRAP_PARTNER_WON - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 

P

prepareAdViewForRendering(NativeAd) - Method in interface com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeConfiguration.NativeAdRendererListener
GAMNativeEventHandler calls this method when it requires ad view for rendering
prepareAdViewForRendering(NativeCustomFormatAd) - Method in interface com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeConfiguration.NativeCustomFormatAdRendererListener
GAMNativeEventHandler calls this method when it requires ad view for rendering

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.GAMNativeBannerEventHandler
 
requestedAdSizes() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
 
requestedAdSizes() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler
 

S

setAdManagerOptions(AdManagerAdViewOptions) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler
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.GAMNativeBannerEventHandler
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(GAMConfigListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler
Use this method to set GAMConfigListener reference and implement its method to set the additional targeting parameters for GAM's AdLoader.
setConfigListener(GAMConfigListener) - Method in interface com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeConfiguration
With configListener publisher can configure the ad request properties on the provided objects.
setConfigListener(GAMConfigListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 
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.GAMNativeBannerEventHandler
 
setGAMAdSizes(AdSize...) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPBannerEventHandler
Optional API can be used to set multiple ad sizes to AdManagerAdView using AdManagerAdView.setAdSizes(AdSize...) internally.
setNativeAdOptions(NativeAdOptions) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeBannerEventHandler
Sets NativeAd options to use while requesting an ad using GAM AdLoader
setNativeAdOptions(NativeAdOptions) - Method in interface com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeConfiguration
Used to configure native ad requests by additional customizations like setReturnUrlsForImageAssets, setAdChoicesPlacement, setMediaAspectRatio, etc.
setNativeAdOptions(NativeAdOptions) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 
setNativeAdRendererListener(GAMNativeConfiguration.NativeAdRendererListener) - Method in interface com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeConfiguration
Used for runtime rendering of NativeAd by providing native ad rendering on the app side
setNativeAdRendererListener(GAMNativeConfiguration.NativeAdRendererListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 
setNativeCustomFormatAdRendererListener(GAMNativeConfiguration.NativeCustomFormatAdRendererListener) - Method in interface com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeConfiguration
Used for runtime rendering of NativeCustomFormatAd by providing native ad rendering on the app side
setNativeCustomFormatAdRendererListener(GAMNativeConfiguration.NativeCustomFormatAdRendererListener) - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeEventHandler
 
show() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPInterstitialEventHandler
 
show() - Method in class com.pubmatic.sdk.openwrap.eventhandler.dfp.DFPRewardedEventHandler
 

T

TARGETING_IN_REQUEST - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 
TARGETING_PARAM - Static variable in class com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMLogConstants
 

V

valueOf(String) - Static method in enum com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeConfiguration.GAMAdTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.pubmatic.sdk.openwrap.eventhandler.dfp.GAMNativeConfiguration.GAMAdTypes
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G I N O P R S T V 
Skip navigation links