GetAdSelectionDataRequest


@ExperimentalFeatures.Ext10OptIn
class GetAdSelectionDataRequest


Represent input parameters to the AdSelectionManager#getAdSelectionData API.

Summary

Public constructors

Public functions

open operator Boolean
equals(other: Any?)

Checks whether two GetAdSelectionDataRequest objects contain the same information.

open Int

Returns the hash of the GetAdSelectionDataRequest object's data.

open String

Overrides the toString method.

Public properties

AdTechIdentifier?

AdTechIdentifier of the seller, for example "www.example-ssp.com".

Public constructors

GetAdSelectionDataRequest

Added in 1.1.0-beta06
GetAdSelectionDataRequest(seller: AdTechIdentifier? = null)
Parameters
seller: AdTechIdentifier? = null

AdTechIdentifier of the seller, for example "www.example-ssp.com".

Public functions

equals

open operator fun equals(other: Any?): Boolean

Checks whether two GetAdSelectionDataRequest objects contain the same information.

hashCode

open fun hashCode(): Int

Returns the hash of the GetAdSelectionDataRequest object's data.

toString

open fun toString(): String

Overrides the toString method.

Public properties

seller

Added in 1.1.0-beta06
val sellerAdTechIdentifier?

AdTechIdentifier of the seller, for example "www.example-ssp.com".