AdChoicesView
A more recent version of this class is available. Check out the latest version.

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);

Extends:RelativeLayout
Package:ads
Constructors
AdChoicesView(Context, NativeAd)

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

public AdChoicesView(Context c, NativeAd ad)
ParameterDescription
c
ad