ScheduleCustomAudienceUpdateRequest.Builder Constructor

Definition

Instantiates a ScheduleCustomAudienceUpdateRequest.Builder with the following

[Android.Runtime.Register(".ctor", "(Landroid/net/Uri;Ljava/time/Duration;Ljava/util/List;)V", "", ApiSince=35)]
public Builder (Android.Net.Uri updateUri, Java.Time.Duration minDelay, System.Collections.Generic.IList<Android.AdServices.CustomAudiences.PartialCustomAudience> partialCustomAudienceList);
[<Android.Runtime.Register(".ctor", "(Landroid/net/Uri;Ljava/time/Duration;Ljava/util/List;)V", "", ApiSince=35)>]
new Android.AdServices.CustomAudiences.ScheduleCustomAudienceUpdateRequest.Builder : Android.Net.Uri * Java.Time.Duration * System.Collections.Generic.IList<Android.AdServices.CustomAudiences.PartialCustomAudience> -> Android.AdServices.CustomAudiences.ScheduleCustomAudienceUpdateRequest.Builder

Parameters

updateUri
Uri

from which the update for Custom Audience is to be fetched

minDelay
Duration

minimum delay time duration for which the update is to be deferred

partialCustomAudienceList
IList<PartialCustomAudience>
Attributes

Remarks

Instantiates a ScheduleCustomAudienceUpdateRequest.Builder with the following

Java documentation for android.adservices.customaudience.ScheduleCustomAudienceUpdateRequest.Builder.ScheduleCustomAudienceUpdateRequest$Builder(android.net.Uri, java.time.Duration, java.util.List<android.adservices.customaudience.PartialCustomAudience>).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to