Class YandexNativeAdAsset

com.admob.mobileads.nativeads

public class YandexNativeAdAsset

A set of keys for a view.

Keys are passed as CustomEventExtrasBundle to the AdMob AdLoader.

Fields

final String AGE

The key that is used to pass the ID of the view that displays data on age restrictions.

final String DOMAIN

The key that is used to pass the ID of the view that displays domain data.

final String FAVICON

The key that is used to pass the ID of the view that displays the app's favicon.

final String FEEDBACK

The key that is used to pass the ID of the view for handling the reasons for closing the ad.

final String RATING

The key that is used to pass the ID of the view that displays app rating data.

final String REVIEW_COUNT

The key that is used to pass the ID of the view that displays the number of reviews in the app.

final String SPONSORED

The key that is used to pass the ID of the view that displays data on the advertiser.

final String WARNING

The key that is used to pass the ID of the view that displays a warning.

final String AGE

The key that is used to pass the ID of the view that displays data on age restrictions.

final String DOMAIN

The key that is used to pass the ID of the view that displays domain data.

final String FAVICON

The key that is used to pass the ID of the view that displays the app's favicon.

final String FEEDBACK

The key that is used to pass the ID of the view for handling the reasons for closing the ad.

final String RATING

The key that is used to pass the ID of the view that displays app rating data.

final String REVIEW_COUNT

The key that is used to pass the ID of the view that displays the number of reviews in the app.

final String SPONSORED

The key that is used to pass the ID of the view that displays data on the advertiser.

final String WARNING

The key that is used to pass the ID of the view that displays a warning.

Field Detail

AGE

public static AGE = "age"

The key that is used to pass the ID of the view that displays data on age restrictions.

DOMAIN

public static DOMAIN = "domain"

The key that is used to pass the ID of the view that displays domain data.

FAVICON

public static FAVICON = "favicon"

The key that is used to pass the ID of the view that displays the app's favicon.

FEEDBACK

public static FEEDBACK = "feedback"

The key that is used to pass the ID of the view for handling the reasons for closing the ad.

RATING

public static RATING = "rating"

The key that is used to pass the ID of the view that displays app rating data.

REVIEW_COUNT

public static REVIEW_COUNT = "review_count"

The key that is used to pass the ID of the view that displays the number of reviews in the app.

SPONSORED

public static SPONSORED = "sponsored"

The key that is used to pass the ID of the view that displays data on the advertiser.

WARNING

public static WARNING = "warning"

The key that is used to pass the ID of the view that displays a warning.