GetAdSelectionDataRequest.Builder
public
static
final
class
GetAdSelectionDataRequest.Builder
extends Object
java.lang.Object | |
↳ | android.adservices.adselection.GetAdSelectionDataRequest.Builder |
GetAdSelectionDataRequest
对象的构建器。
摘要
公共构造函数 | |
---|---|
Builder()
|
公共方法 | |
---|---|
GetAdSelectionDataRequest
|
build()
构建 |
GetAdSelectionDataRequest.Builder
|
setSeller(AdTechIdentifier seller)
设置卖方 |
继承的方法 | |
---|---|
公共构造函数
公共方法
build
public GetAdSelectionDataRequest build ()
构建 GetAdSelectionDataRequest
实例。
返回值 | |
---|---|
GetAdSelectionDataRequest |
此值不能为 null 。 |
setSeller
public GetAdSelectionDataRequest.Builder setSeller (AdTechIdentifier seller)
设置卖方 AdTechIdentifier
。
参数 | |
---|---|
seller |
AdTechIdentifier :此值可以为 null 。 |
返回值 | |
---|---|
GetAdSelectionDataRequest.Builder |
此值不能为 null 。 |