AddAdSelectionFromOutcomesOverrideRequest

public class AddAdSelectionFromOutcomesOverrideRequest
extends Object

java.lang.Object
android.adservices.adselection.AddAdSelectionFromOutcomesOverrideRequest


POJO นี้แสดงคําขอ TestAdSelectionManager.overrideAdSelectionFromOutcomesConfigRemoteInfo(AddAdSelectionFromOutcomesOverrideRequest, Executor, OutcomeReceiver) ( AddAdSelectionOverrideRequest, Executor, OutcomeReceiver)}

โดยมี AdSelectionFromOutcomesConfig ซึ่งจะทำหน้าที่เป็นตัวระบุสำหรับการลบล้างที่เฉพาะเจาะจง ช่อง StringselectedLogicJs และ StringselectedSignals ที่แสดงค่าการลบล้าง

สรุป

ช่างก่อสร้างสาธารณะ

AddAdSelectionFromOutcomesOverrideRequest(AdSelectionFromOutcomesConfig adSelectionFromOutcomesConfig, String outcomeSelectionLogicJs, AdSelectionSignals outcomeSelectionTrustedSignals)

สร้างอินสแตนซ์ AddAdSelectionFromOutcomesOverrideRequest

เมธอดสาธารณะ

AdSelectionFromOutcomesConfig getAdSelectionFromOutcomesConfig()
String getOutcomeSelectionLogicJs()
AdSelectionSignals getOutcomeSelectionTrustedSignals()

วิธีการที่รับช่วงมา

ตัวสร้างแบบสาธารณะ

AddAdSelectionFromOutcomesOverrideRequest

public AddAdSelectionFromOutcomesOverrideRequest (AdSelectionFromOutcomesConfig adSelectionFromOutcomesConfig, 
                String outcomeSelectionLogicJs, 
                AdSelectionSignals outcomeSelectionTrustedSignals)

สร้างอินสแตนซ์ AddAdSelectionFromOutcomesOverrideRequest

พารามิเตอร์
adSelectionFromOutcomesConfig AdSelectionFromOutcomesConfig: ค่านี้ต้องไม่ใช่ null

outcomeSelectionLogicJs String: ค่านี้ต้องไม่ใช่ null

outcomeSelectionTrustedSignals AdSelectionSignals: ค่านี้ต้องไม่ใช่ null

เมธอดสาธารณะ

getAdSelectionFromผลลัพธ์sConfig

public AdSelectionFromOutcomesConfig getAdSelectionFromOutcomesConfig ()

คิกรีเทิร์น
AdSelectionFromOutcomesConfig อินสแตนซ์ของ AdSelectionFromOutcomesConfig ซึ่งเป็นการกำหนดค่ากระบวนการเลือกโฆษณา การกําหนดค่านี้จะให้ข้อมูลที่จําเป็นสําหรับเรียกใช้ขั้นตอนการเลือกโฆษณาซึ่งสร้างราคาเสนอและคะแนนเพื่อค้นหาโฆษณาที่มีประสิทธิภาพสูงสุดสําหรับการแสดงผล ค่านี้ต้องไม่เป็น null

getOutcomeSelectionLogicJs

public String getOutcomeSelectionLogicJs ()

คิกรีเทิร์น
String ผลลัพธ์ JavaScript ที่ลบล้างควรเป็นสตริงที่มีโค้ด JS ที่ถูกต้อง โค้ดควรมีตรรกะการเลือกผลลัพธ์ที่จะดำเนินการระหว่างการเลือกผลลัพธ์ของโฆษณา ค่านี้ต้องไม่เป็น null

getOutcomeSelectionTrustedSignals

public AdSelectionSignals getOutcomeSelectionTrustedSignals ()

คิกรีเทิร์น
AdSelectionSignals สัญญาณการให้คะแนนที่เชื่อถือได้ซึ่งลบล้างควรเป็นสตริง JSON ที่ถูกต้อง ระบบจะส่งสัญญาณที่เชื่อถือได้ไปยังตรรกะการเลือกผลลัพธ์ระหว่างการเลือกผลลัพธ์ของโฆษณา ค่านี้ต้องไม่เป็น null