java.lang.Object | |
↳ | com.google.android.gms.ads.formats.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 Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a list of images for the attribution.
| |||||||||||
Returns the text representing the attribution type.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.
Returns | |
---|---|
List<NativeAd.Image> |
Returns the text representing the attribution type.
Returns | |
---|---|
CharSequence |