Stay organized with collections
Save and categorize content based on your preferences.
FetchAndJoinCustomAudienceRequest
class FetchAndJoinCustomAudienceRequest
The request object wrapping the required and optional parameters needed to fetch a CustomAudience
.
fetchUri
is the only required parameter. It represents the URI to fetch a custom audience from. name
, activationTime
, expirationTime
and userBiddingSignals
are optional parameters. They represent a partial custom audience which can be used by the caller to inform the choice of the custom audience the user should be added to. Any field set by the caller cannot be overridden by the custom audience fetched from the fetchUri
. For more information about each field refer to CustomAudience
.
Summary
Public methods
equals
fun equals(other: Any?): Boolean
Parameters |
obj |
the reference object with which to compare. |
getFetchUri
fun getFetchUri(): Uri
Return |
Uri |
the Uri from which the custom audience is to be fetched. This value cannot be null . |
hashCode
fun hashCode(): Int
toString
fun toString(): String
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[]]