Native Ad
Interface allows to set NativeAdEventListener and to define whether web links are opened by in-app browser or by third-party browsers.
Properties
Returns ad assets.
Information field for ad additional attributes
Returns native ad type ResponseNativeType.
Campaign ID - an identifier for the campaign
Creative ID - a unique identifier for the creative
Functions
Adds listener for receiving notifications about images loading progress.
Bind view with native ad's content.
Asynchronously loads ad's images. Every loaded image is set to corresponding ImageView. Images are not persisted in memory and should be loaded each time ad is being bound. Typically, every bind call should be followed by loadImages call, if automatic image loading is disabled in NativeAdRequestConfiguration.
Removes listener, so it's no longer notified about images loading progress.
Sets an NativeAdEventListener.