GetAdSelectionDataRequest


@ExperimentalFeatures.Ext10OptIn
public final class GetAdSelectionDataRequest


Represent input parameters to the AdSelectionManager#getAdSelectionData API.

Summary

Public constructors

Public methods

boolean
equals(Object other)

Checks whether two GetAdSelectionDataRequest objects contain the same information.

final AdTechIdentifier

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

int

Returns the hash of the GetAdSelectionDataRequest object's data.

@NonNull String

Overrides the toString method.

Public constructors

GetAdSelectionDataRequest

Added in 1.1.0-beta06
public GetAdSelectionDataRequest(AdTechIdentifier seller)
Parameters
AdTechIdentifier seller

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

Public methods

equals

public boolean equals(Object other)

Checks whether two GetAdSelectionDataRequest objects contain the same information.

getSeller

Added in 1.1.0-beta06
public final AdTechIdentifier getSeller()

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

hashCode

public int hashCode()

Returns the hash of the GetAdSelectionDataRequest object's data.

toString

public @NonNull String toString()

Overrides the toString method.