| Interface | Description |
|---|---|
| NativeAdEventListener |
A listener for receiving notifications during the lifecycle of a native ad.
|
| NativeAdImageLoadingListener |
A listener for receiving notifications about images loading progress.
|
| NativeAdLoader.OnImageAdLoadListener |
Interface that is implemented to determine when the loading of native advertising has completed or failed.
|
| NativeAdLoader.OnLoadListener |
Interface that is implemented to determine when the loading of native advertising has completed or failed.
|
| NativeAdUnit |
Interface allows to bind
NativeAdUnitView with native ad unit content, |
| NativeAdUnitLoadListener |
Interface that is implemented to determine when the loading of native ad unit has completed or failed.
|
| NativeAppInstallAd |
Interface allows to bind
NativeAppInstallAdView with native ad's content,
installs impression and click handlers. |
| NativeContentAd |
Interface allows to bind
NativeContentAdView with native ad's content,
installs impression and click handlers. |
| NativeGenericAd |
Interface allows to set
NativeAdEventListener and
to define whether web links are opened by in-app browser or by third-party browsers. |
| NativeImageAd |
Interface allows to bind
NativeImageAdView with native ad's content, |
| Rating |
Interface allows ad to set rating value to arbitrary view.
|
| Class | Description |
|---|---|
| MediaView |
MediaView displays native ad media content such as image or video.
|
| NativeAdAssets |
Class contains value of native ad assets.
|
| NativeAdEventListener.SimpleNativeAdEventListener |
Stub/no-op implementations of all methods of
NativeAdEventListener. |
| NativeAdImage |
NativeAdImage represents image asset.
|
| NativeAdLoader |
Class containing controls for native ad loading.
|
| NativeAdLoaderConfiguration |
Class defines native ad loader configuration.
|
| NativeAdLoaderConfiguration.Builder |
Builds a
NativeAdLoaderConfiguration. |
| NativeAdMedia |
NativeAdMedia represents media content.
|
| NativeAdUnitLoader |
Class containing controls for native ad unit loading.
|
| NativeAdUnitView |
NativeAdUnitView represents view for native ad unit.
|
| NativeAdViewBinder |
NativeAdViewBinder allows bind native ad view
View with native ad's content. |
| NativeAdViewBinder.Builder |
Builds a
NativeAdViewBinder. |
| NativeAppInstallAdView |
NativeAppInstallAdView represents view for native app install ad type.
|
| NativeContentAdView |
NativeContentAdView represents view for native content ad type.
|
| NativeImageAdView |
NativeImageAdView represents view for native image ad type.
|
| 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.
|