| java.lang.Object | ||
| ↳ | com.google.android.gms.ads.mediation.NativeAdMapper | |
| ↳ | com.google.android.gms.ads.mediation.NativeAppInstallAdMapper | |
Mapping class for AdMob native app install ads.
Mediation adapters that load a native app install ad must extend this class to provide
a mapping from the mediated ad network's native ad object to
NativeAppInstallAd.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.android.gms.ads.mediation.NativeAdMapper
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the description of the app.
| |||||||||||
Returns the text that encourages the user to take some action with the ad.
| |||||||||||
Returns the app title.
| |||||||||||
Returns the app's icon.
| |||||||||||
Returns a list of images or screenshot of the app.
| |||||||||||
Returns a string representing how much the app costs.
| |||||||||||
Returns a star rating from 0 to 5 representing how many stars the app got in the app store.
| |||||||||||
Returns the name of the app store.
| |||||||||||
Sets the description of the app.
| |||||||||||
Sets the text that encourages the user to take some action with the ad.
| |||||||||||
Sets the app title.
| |||||||||||
Sets the app's icon.
| |||||||||||
Sets a list of images or screenshot of the app.
| |||||||||||
Sets a string representing how much the app costs.
| |||||||||||
Sets a star rating from 0 to 5 representing how many stars the app got in the app store.
| |||||||||||
Sets the name of the app store.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.android.gms.ads.mediation.NativeAdMapper
| |||||||||||
From class
java.lang.Object
| |||||||||||
Returns the description of the app.
Returns the text that encourages the user to take some action with the ad.
Returns the app title.
Returns a string representing how much the app costs.
Returns a star rating from 0 to 5 representing how many stars the app got in the app store.
Returns the name of the app store.
Sets the description of the app. This is a recommended field.
| body | The description to set |
|---|
Sets the text that encourages the user to take some action with the ad. This is a required field.
| callToAction | The text to set |
|---|
Sets the app title. This is a required field.
| headline | The headline to set |
|---|
Sets the app's icon. This is a required field.
| icon | The icon to set |
|---|
Sets a list of images or screenshot of the app. This is a recommended field.
| images | The list of images to set |
|---|
Sets a string representing how much the app costs. This is a recommended field.
| price | The string representing how much the app costs. |
|---|
Sets a star rating from 0 to 5 representing how many stars the app got in the app store. This is a recommended field.
| starRating | The star rating to set |
|---|
Sets the name of the app store. This is a recommended field.
| store | the name of the app store to set |
|---|