| Interface | Description |
|---|---|
| DFPBannerEventHandler.DFPConfigListener |
Interface to get the GAM view and it's request builder, to configure the properties.
|
| DFPInterstitialEventHandler.DFPConfigListener |
Interface to get the GAM Interstitial ad and it's request builder, to configure the
properties.
|
| DFPRewardedEventHandler.DFPConfigListener |
Interface to get the GAM Rewarded ad and it's request builder, to configure the
properties.
|
| GAMAppEventListener |
Interface to get the GAM SDK's app event callback
|
| GAMConfigListener |
Interface to get the GAM request builder, to configure the properties.
|
| GAMNativeConfiguration |
Configuration to Support GAM specific handling like setting Native Options, setting custom format
ids and specific rendering listeners, etc.
|
| GAMNativeConfiguration.NativeAdRendererListener |
Listener to provide native ad rendering on the app side
|
| GAMNativeConfiguration.NativeCustomFormatAdRendererListener |
Listener to provide custom format native ad rendering on the app side
|
| Class | Description |
|---|---|
| DFPBannerEventHandler |
This class implements the communication between the OpenWrap SDK and the GAM SDK for a given ad
unit.
|
| DFPInterstitialEventHandler |
This class implements the communication between the OpenWrap SDK and the GAM SDK for a given ad
unit.
|
| DFPRewardedEventHandler |
This class implements the communication between the OpenWrap SDK and the GAM SDK for a given ad
unit.
|
| GAMLogConstants |
A class defining the log statements for the handlers workflow
|
| GAMNativeBannerEventHandler |
This class manages GAM's Native + Banner combined header bidding requests using AdLoader and
listens to the respective callbacks.
|
| GAMNativeBannerEventHandler.NativeAdListener |
Interface definition to provide the NativeAd event callback
|
| GAMNativeBannerEventHandler.NativeCustomFormatAdListener |
Interface definition to provide the NativeCustomFormatAd event callback
|
| GAMNativeEventHandler |
This class manages GAM's Native Ad header bidding requests using AdLoader and
listens to the respective callbacks.
|
| Enum | Description |
|---|---|
| GAMNativeConfiguration.GAMAdTypes |
Ad types helps the signaling mechanism by determining which adserver has won
On the basis of the ad type, ad loaded listener get set.
|