| Interface | Description |
|---|---|
| NativeAd |
Interface allows to set
NativeAdEventListener and
to define whether web links are opened by in-app browser or by third-party browsers. |
| NativeAdEventListener |
A listener for receiving notifications during the lifecycle of a native ad.
|
| NativeAdImageLoadingListener |
A listener for receiving notifications about images loading progress.
|
| NativeAdLoadListener |
Interface that is implemented to determine when the loading of native advertising has completed or failed.
|
| NativeBulkAdLoadListener |
Interface that is implemented to determine when the loading of bulk ad request has completed or failed.
|
| Rating |
Interface allows ad to set rating value to arbitrary view.
|
| SliderAd |
Interface allows to bind
SliderAdView with slider content, |
| SliderAdLoadListener |
Interface that is implemented to determine when the loading of slider ad has completed or failed.
|
| Class | Description |
|---|---|
| MediaView |
MediaView displays native ad media content such as image or video.
|
| NativeAdAssets |
Class contains value of native ad assets.
|
| NativeAdImage |
NativeAdImage represents image asset.
|
| NativeAdLoader |
Class containing controls for native ad loading.
|
| NativeAdMedia |
NativeAdMedia represents media content.
|
| NativeAdRequestConfiguration |
An AdRequest contains targeting information used to fetch an ad.
|
| NativeAdRequestConfiguration.Builder |
Builds an
NativeAdRequestConfiguration. |
| NativeAdView |
NativeAdView represents root view for native ad.
|
| NativeAdViewBinder |
NativeAdViewBinder allows bind native ad view
View with native ad's content. |
| NativeAdViewBinder.Builder |
Builds a
NativeAdViewBinder. |
| NativeBulkAdLoader |
Class containing controls for bulk request ad loading.
|
| SliderAdLoader |
Class containing controls for slider ad loading.
|
| SliderAdView |
SliderAdView represents root view for slider ad.
|
| Enum | Description |
|---|---|
| NativeAdType |
The type of native ad.
|
| Exception | Description |
|---|---|
| NativeAdException |
This exception is thrown when for some reason was unable to parse the native ad response.
|