PersistAdSelectionresultsRequest

public final class PersistAdSelectionResultRequest
extends Object

java.lang.Object
android.adservices.adselection.PersistAdSelectionresultsRequest


इससे सेलर का अनुरोध, विज्ञापन चुनने का आईडी, और डेटा होता है.

इस क्लास के इंस्टेंस, SDK टूल की मदद से बनाए जाते हैं, ताकि AdSelectionManager में AdSelectionManager.persistAdSelectionResult(PersistAdSelectionResultRequest, Executor, OutcomeReceiver) तरीकों में आर्ग्युमेंट के तौर पर दिए जा सकें.

खास जानकारी

नेस्ट की गई क्लास

class PersistAdSelectionResultRequest.Builder

PersistAdSelectionResultRequest ऑब्जेक्ट के लिए बिल्डर. 

सार्वजनिक तरीके

long getAdSelectionId()
byte[] getAdSelectionResult()
AdTechIdentifier getSeller()

इनहेरिट किए गए तरीके

सार्वजनिक तरीके

getAdSelectionId

public long getAdSelectionId ()

रिटर्न
long विज्ञापन को चुनने का आईडी.

getAdSelectionनतीजे

public byte[] getAdSelectionResult ()

रिटर्न
byte[] किसी विज्ञापन को चुनने का नतीजा. यह वैल्यू null हो सकती है.

गेटसेलर

public AdTechIdentifier getSeller ()

रिटर्न
AdTechIdentifier एक विक्रेता. यह वैल्यू null हो सकती है.