NativeAd.AdChoicesInfo

abstract class NativeAd.AdChoicesInfo


Attribution information.

Summary

Public constructors

Public functions

abstract (Mutable)List<NativeAd.Image!>!

Returns a list of images for the attribution.

abstract CharSequence!

Returns the attribution text.

Public constructors

AdChoicesInfo

AdChoicesInfo()

Public functions

getImages

abstract fun getImages(): (Mutable)List<NativeAd.Image!>!

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.

getText

abstract fun getText(): CharSequence!

Returns the attribution text.