PersistAdSelectionResultRequest

public final class PersistAdSelectionResultRequest
extends Object

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


表示包含卖方、广告选择 ID 和数据的请求。

此类的实例由 SDK 创建,以作为参数提供给 AdSelectionManager 中的 AdSelectionManager.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