添加 AdSelectionFromOutcomesOverrideRequest
public
class
AddAdSelectionFromOutcomesOverrideRequest
extends Object
java.lang.Object
|
↳ |
android.adservices.adselection.AddAdSelectionFromOutcomesOverrideRequest
|
此 POJO 表示 TestAdSelectionManager.overrideAdSelectionFromOutcomesConfigRemoteInfo(AddAdSelectionFromOutcomesOverrideRequest, Executor, OutcomeReceiver)
(
AddAdSelectionOverrideRequest, Executor, OutcomeReceiver)} 请求
它包含一个 AdSelectionFromOutcomesConfig
,将用作特定替换项的标识符,一个 String
selectionLogicJs 和一个 String
selectionSignals 字段,用于表示替换项值
摘要
继承的方法 |
继承自
java.lang.Object
类
Object
|
clone()
创建并返回此对象的副本。
|
boolean
|
equals(Object obj)
指示某个其他对象是否“等于”此对象。
|
void
|
finalize()
当垃圾回收功能确定对某个对象没有更多引用时,由垃圾回收器针对此对象调用该方法。
|
final
Class<?>
|
getClass()
返回此 Object 的运行时类。
|
int
|
hashCode()
返回对象的哈希代码值。
|
final
void
|
notify()
唤醒正在等待此对象的监控器的单个线程。
|
final
void
|
notifyAll()
唤醒等待此对象监视器的所有线程。
|
String
|
toString()
返回对象的字符串表示。
|
final
void
|
wait(long timeoutMillis, int nanos)
使当前线程处于等待状态,直到其被唤醒(通常在收到通知或被中断时),或者实际经过了一定的时间。
|
final
void
|
wait(long timeoutMillis)
让当前线程进入等待状态,直到其被唤醒(通常在收到通知或被中断时),或者实际经过了一定的时间为止。
|
final
void
|
wait()
导致当前线程处于等待状态,直到其被唤醒(通常在收到通知或被中断时)。
|
|
公共构造函数
公共方法
getOutcomeSelectionLogicJs
public String getOutcomeSelectionLogicJs ()
返回 |
String |
替换 JavaScript 结果应为包含有效 JS 代码的字符串。该代码应包含将在广告结果选择期间执行的结果选择逻辑。
此值不能为 null 。 |
getOutcomeSelectionTrustedSignals
public AdSelectionSignals getOutcomeSelectionTrustedSignals ()