TrustedBiddingData
classTrustedBiddingData: Parcelable
| kotlin.Any | |
| ↳ | android.adservices.customaudience.TrustedBiddingData |
Represents data used during the ad selection process to fetch buyer bidding signals from a trusted key/value server. The fetched data is used during the ad selection process and consumed by buyer JavaScript logic running in an isolated execution environment.
Summary
| Nested classes | |
|---|---|
|
Builder for |
|
| Inherited constants | |
|---|---|
| Public methods | |
|---|---|
| Int | |
| Boolean | |
| MutableList<String!> | |
| Uri | |
| Int |
hashCode() |
| Unit |
writeToParcel(dest: Parcel, flags: Int)Flatten this object in to a Parcel. |
| Properties | |
|---|---|
| static Parcelable.Creator<TrustedBiddingData!> | |
Public methods
describeContents
fundescribeContents(): Int
Deprecated: Deprecated in Java.
| Return | |
|---|---|
Int |
a bitmask indicating the set of special object types marshaled by this Parcelable object instance. Value is either 0 or
|
equals
funequals(other: Any?): Boolean
Deprecated: Deprecated in Java.
| Parameters | |
|---|---|
obj |
the reference object with which to compare. |
| Return | |
|---|---|
Boolean |
true if two TrustedBiddingData objects contain the same information |
getTrustedBiddingKeys
fungetTrustedBiddingKeys(): MutableList<String!>
Deprecated: Deprecated in Java.
| Return | |
|---|---|
MutableList<String!> |
the list of keys to query from the trusted key-value server holding bidding signals. This value cannot be null. |
getTrustedBiddingUri
fungetTrustedBiddingUri(): Uri
Deprecated: Deprecated in Java.
| Return | |
|---|---|
Uri |
the URI pointing to the trusted key-value server holding bidding signals. The URI must use HTTPS. This value cannot be null. |
hashCode
funhashCode(): Int
Deprecated: Deprecated in Java.
| Return | |
|---|---|
Int |
the hash of the TrustedBiddingData object's data |
writeToParcel
funwriteToParcel(
dest: Parcel,
flags: Int
): Unit
Deprecated: Deprecated in Java.
Flatten this object in to a Parcel.
| Parameters | |
|---|---|
dest |
Parcel: This value cannot be null. |
flags |
Int: Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE. Value is either 0 or a combination of the following:
|