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