UnifiedNativeAdAssetNames

public class UnifiedNativeAdAssetNames extends Object

This class is deprecated.
Use NativeAdAssetNames.

Asset names used for UnifiedNativeAd.

Constant Summary

String ASSET_ADCHOICES_CONTAINER_VIEW The ad choices asset ID.
String ASSET_ADVERTISER The advertiser asset ID.
String ASSET_BODY The body asset ID.
String ASSET_CALL_TO_ACTION The call to action asset ID.
String ASSET_HEADLINE The headline asset ID.
String ASSET_ICON The icon asset ID.
String ASSET_IMAGE The image asset ID.
String ASSET_MEDIA_VIDEO The MediaView asset ID.
String ASSET_PRICE The price asset ID.
String ASSET_STAR_RATING The star rating asset ID.
String ASSET_STORE The store asset ID.

Public Constructor Summary

Inherited Method Summary

Constants

public static final String ASSET_ADCHOICES_CONTAINER_VIEW

The ad choices asset ID.

Constant Value: "3011"

public static final String ASSET_ADVERTISER

The advertiser asset ID.

Constant Value: "3005"

public static final String ASSET_BODY

The body asset ID.

Constant Value: "3004"

public static final String ASSET_CALL_TO_ACTION

The call to action asset ID.

Constant Value: "3002"

public static final String ASSET_HEADLINE

The headline asset ID.

Constant Value: "3001"

public static final String ASSET_ICON

The icon asset ID.

Constant Value: "3003"

public static final String ASSET_IMAGE

The image asset ID.

Constant Value: "3008"

public static final String ASSET_MEDIA_VIDEO

The MediaView asset ID.

Constant Value: "3010"

public static final String ASSET_PRICE

The price asset ID.

Constant Value: "3007"

public static final String ASSET_STAR_RATING

The star rating asset ID.

Constant Value: "3009"

public static final String ASSET_STORE

The store asset ID.

Constant Value: "3006"

Public Constructors

public UnifiedNativeAdAssetNames ()