This class is deprecated.
Use UnifiedNativeAdMapper
.
Mapping class for Google AdMob native content ads.
Mediation adapters that load a native content ad must extend this class to provide a
mapping from the mediated ad network's native ad object to NativeContentAd
.
Inherited Field Summary
Public Constructor Summary
Public Method Summary
final String |
getAdvertiser()
Returns the text that identifies the advertiser.
|
final String |
getBody()
Returns the secondary text.
|
final String |
getCallToAction()
Returns the text that encourages the user to take some action with the ad.
|
final String |
getHeadline()
Returns the primary text headline.
|
final List<NativeAd.Image> |
getImages()
Returns a list of images.
|
final NativeAd.Image |
getLogo()
Returns a small image identifying the advertiser.
|
final void | |
final void | |
final void |
setCallToAction(String
callToAction)
Sets the text that encourages the user to take some action with the ad.
|
final void | |
final void | |
final void |
Inherited Method Summary
Public Constructors
public NativeContentAdMapper ()
Public Methods
public final String getAdvertiser ()
Returns the text that identifies the advertiser.
public final String getBody ()
Returns the secondary text.
public final String getCallToAction ()
Returns the text that encourages the user to take some action with the ad.
public final String getHeadline ()
Returns the primary text headline.
public final List<NativeAd.Image> getImages ()
Returns a list of images.
public final NativeAd.Image getLogo ()
Returns a small image identifying the advertiser.
public final void setAdvertiser (String advertiser)
Sets a text that identifies the advertiser. This is a recommended field.
Parameters
advertiser | The text to set |
---|
public final void setBody (String body)
Sets the secondary text. This is a required field.
Parameters
body | The secondary text to set |
---|
public final void setCallToAction (String callToAction)
Sets the text that encourages the user to take some action with the ad. This is a recommended field.
Parameters
callToAction | The text to set |
---|
public final void setHeadline (String headline)
Sets the primary text headline. This is a required field.
Parameters
headline | The primary text headline to set |
---|
public final void setImages (List<NativeAd.Image> images)
Sets a list of images. This is a recommended field.
Parameters
images | The list of images to set |
---|
public final void setLogo (NativeAd.Image logo)
Sets a small image identifying the advertiser. This is a recommended field.
Parameters
logo | The image to set |
---|