已在 API 级别 34 中引入
也已在广告服务扩展 4 中引入

AdSelectionOutcome.Builder

public static final class AdSelectionOutcome.Builder
extends Object

java.lang.Object
   ↳ android.adservices.adselection.AdSelectionOutcome.Builder


AdSelectionOutcome 对象的构建器。

摘要

公共构造函数

Builder()

公共方法

AdSelectionOutcome build()

构建 AdSelectionOutcome 实例。

AdSelectionOutcome.Builder setAdSelectionId(long adSelectionId)

设置 mAdSelectionId。

AdSelectionOutcome.Builder setRenderUri(Uri renderUri)

设置 RenderUri。

继承的方法

公共构造函数

Builder

已在 API 级别 34 中引入
也已在广告服务扩展 4 中引入
public Builder ()

公共方法

build

已在 API 级别 34 中引入
也已在广告服务扩展 4 中引入
public AdSelectionOutcome build ()

构建 AdSelectionOutcome 实例。

返回值
AdSelectionOutcome 此值不能为 null

抛出
IllegalArgumentException 如果未设置 adSelectionIid
NullPointerException 如果 RenderUri 为 null

setAdSelectionId

已在 API 级别 34 中引入
也已在广告服务扩展 4 中引入
public AdSelectionOutcome.Builder setAdSelectionId (long adSelectionId)

设置 mAdSelectionId。

参数
adSelectionId long

返回值
AdSelectionOutcome.Builder 此值不能为 null

setRenderUri

已在 API 级别 34 中引入
也已在广告服务扩展 4 中引入
public AdSelectionOutcome.Builder setRenderUri (Uri renderUri)

设置 RenderUri。

参数
renderUri Uri:此值不能为 null

返回值
AdSelectionOutcome.Builder 此值不能为 null