PersistAdSelectionResultRequest

public final class PersistAdSelectionResultRequest
extends Object

java.lang.Object
   ↳ android.adservices.adselection.PersistAdSelectionResultRequest


販売者、広告選択 ID、データを含むリクエストを表します。

このクラスのインスタンスは SDK によって作成され、AdSelectionManagerAdSelectionManager.persistAdSelectionResult(PersistAdSelectionResultRequest, Executor, OutcomeReceiver) メソッドの引数として提供されます。

まとめ

ネストされたクラス

class PersistAdSelectionResultRequest.Builder

PersistAdSelectionResultRequest オブジェクトのビルダー。 

パブリック メソッド

long getAdSelectionId()
byte[] getAdSelectionResult()
AdTechIdentifier getSeller()

継承されるメソッド

パブリック メソッド

getAdSelectionId

public long getAdSelectionId ()

戻り値
long 広告選択 ID。

getAdSelectionResult

public byte[] getAdSelectionResult ()

戻り値
byte[] 広告選択の結果。 この値は null であっても構いません。

getSeller

public AdTechIdentifier getSeller ()

戻り値
AdTechIdentifier 。 この値は null であっても構いません。