RemoveAdSelectionOverrideRequest
public class RemoveAdSelectionOverrideRequest
继承自 Object
| java.lang.Object | |
| ↳ | android.adservices.adselection.RemoveAdSelectionOverrideRequest |
它包含一个字段,即一个 AdSelectionConfig,用作要移除的 override 的标识符
摘要
公共构造函数 | |
|---|---|
RemoveAdSelectionOverrideRequest(AdSelectionConfig adSelectionConfig)
|
|
公共方法 | |
|---|---|
AdSelectionConfig
|
getAdSelectionConfig()
|
继承的方法 | |
|---|---|
公共构造函数
RemoveAdSelectionOverrideRequest
public RemoveAdSelectionOverrideRequest (AdSelectionConfig adSelectionConfig)
构建 RemoveAdSelectionOverrideRequest 实例。
| 参数 | |
|---|---|
adSelectionConfig |
AdSelectionConfig: 此值不能为 null。 |
公共方法
getAdSelectionConfig
public AdSelectionConfig getAdSelectionConfig ()
| 返回 | |
|---|---|
AdSelectionConfig |
AdSelectionConfig,广告选择过程的配置。此值不能为 null。 |