NativeAd.AdChoicesInfo

public static abstract class NativeAd.AdChoicesInfo extends Object

This class is deprecated.
Use NativeAd.AdChoicesInfo.

An object used to represent the attribution info. It contains the icons for the attribution, and a text to represent the attribution type.

Public Constructor Summary

Public Method Summary

abstract List<NativeAd.Image>
getImages()
Returns a list of images for the attribution.
abstract CharSequence
getText()
Returns the text representing the attribution type.

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Constructors

public AdChoicesInfo ()

Public Methods

public abstract List<NativeAd.Image> getImages ()

Returns a list of images for the attribution. Possible entries in the list include a "AdChoices" logo or a "AdsByGoogle" logo. The returned list may also be empty.

public abstract CharSequence getText ()

Returns the text representing the attribution type.