AdChoicesInfo

class AdChoicesInfo


The attribution information.

Summary

Public constructors

AdChoicesInfo(text: String, images: List<Image>)

Public properties

List<Image>

A list of images for the attribution.

String

The attribution text.

Public constructors

AdChoicesInfo

AdChoicesInfo(text: String, images: List<Image>)
Parameters
text: String

The attribution text.

images: List<Image>

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

Public properties

images

val imagesList<Image>

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

text

val textString

The attribution text.