NativeAd.AdChoicesInfo

abstract class NativeAd.AdChoicesInfo


Attribution information.

Summary

Public constructors

Public properties

abstract List<NativeAd.Image>?

Returns a list of images for the attribution.

abstract CharSequence?

Returns the attribution text.

Public constructors

AdChoicesInfo

AdChoicesInfo()

Public properties

images

abstract val imagesList<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.

text

abstract val textCharSequence?

Returns the attribution text.