| Interface | Description |
|---|---|
| POBNativeAd |
Interface used for creating POBNativeAdProvider
|
| POBNativeAdEventListener |
The native custom event listener.
|
| POBNativeAdListener |
Interface to inform native ad workflow events to the app
|
| POBNativeAdLoaderListener |
This is an interface for interaction with the POBNativeAdLoader instance.
|
| POBNativeAdManager.POBNativeAdManagerListener |
Interface to definition to notify Native Ad load events.
|
| POBNativeAdViewListener |
Listener to give callbacks from POBNativeAdView, related to adView impression, clicks, assets clicks etc.
|
| Class | Description |
|---|---|
| POBDefaultNativeEventHandler |
This is an eventHandler class used when publisher want to use "No Ad server configuration".
|
| POBDefaultNativeEventHandler.POBDefaultNativeAdEventBridge | |
| POBNativeAdEvent |
Protocol to communicate between primary ad server SDK and OpenWrap SDK for Native ads to achieve
header-bidding for Native Ads.
|
| POBNativeAdEventBridge |
The protocol definition helps communication/bridge between
POBNativeAdProvider and
ad server customization for Native ads to achieve header-bidding through OpenWrap SDK. |
| POBNativeAdLoader |
Ad loader class to load native ad from PubMatic as per the template specified during
initialization.
|
| POBNativeAdLoaderConfig | |
| POBNativeAdManager |
Class responsible for loading native ads by fetching bids from OW Server, submitting the same to
primary ad sever if present and creative native ads.
|
| POBNativeAdProvider |
Class implementing the core logic of Native Ad provider which identifies the type and returns
either POBNativeAd or POBCustomNativeAd instance.
|
| POBNativeAdView |
Native Ad view class.
|
| POBNativeBuilder |
Model class to build Native Impression
This class holds the information of native impression.
|
| POBNativeConstants |
Constant keys used for parsing the json response.
|
| POBNativeLogConstants |
Constant log messages for native ads.
|
| POBNativeTrackerHandler |
Class used to execute the click and impression trackers for the native ad
|