AdChoicesView
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

An expandable, clickable ad choices icon. Can be added to a custom NativeAd view to signify ad content.

AdChoicesView can be declared and added to view:

AdChoicesView adChoicesView = new AdChoicesView(context, nativeAd); addView(adView);

확장:RelativeLayout
패키지:ads
생성자
AdChoicesView(Context, NativeAd)
public AdChoicesView(Context c, NativeAd ad)
매개변수설명
c
ad
AdChoicesView(Context, NativeAd, boolean)

Ad choices view that animates a text link to the ad choices url when tapped.

public AdChoicesView(Context c, NativeAd ad, boolean expandableIcon)
매개변수설명
c
ad
expandableIcon