java.lang.Object | ||
↳ | com.google.android.gms.ads.mediation.NativeAdMapper | |
↳ | com.google.android.gms.ads.mediation.NativeContentAdMapper |
Mapping class for 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
.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the text that identifies the advertiser.
| |||||||||||
Returns the secondary text.
| |||||||||||
Returns the text that encourages the user to take some action with the ad.
| |||||||||||
Returns the primary text headline.
| |||||||||||
Returns a list of images.
| |||||||||||
Returns a small image identifying the advertiser.
| |||||||||||
Sets a text that identifies the advertiser.
| |||||||||||
Sets the secondary text.
| |||||||||||
Sets the text that encourages the user to take some action with the ad.
| |||||||||||
Sets the primary text headline.
| |||||||||||
Sets a list of images.
| |||||||||||
Sets a small image identifying the advertiser.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the text that identifies the advertiser.
Returns | |
---|---|
String |
Returns the secondary text.
Returns | |
---|---|
String |
Returns the text that encourages the user to take some action with the ad.
Returns | |
---|---|
String |
Returns the primary text headline.
Returns | |
---|---|
String |
Returns a list of images.
Returns | |
---|---|
List<NativeAd.Image> |
Returns a small image identifying the advertiser.
Returns | |
---|---|
NativeAd.Image |
Sets a text that identifies the advertiser. This is a recommended field.
Parameters | |
---|---|
advertiser |
String :
The text to set
|
Sets the secondary text. This is a required field.
Parameters | |
---|---|
body |
String :
The secondary text to set
|
Sets the text that encourages the user to take some action with the ad. This is a recommended field.
Parameters | |
---|---|
callToAction |
String :
The text to set
|
Sets the primary text headline. This is a required field.
Parameters | |
---|---|
headline |
String :
The primary text headline to set
|
Sets a list of images. This is a recommended field.
Parameters | |
---|---|
images |
List :
The list of images to set
|
Sets a small image identifying the advertiser. This is a recommended field.
Parameters | |
---|---|
logo |
NativeAd.Image :
The image to set
|