ScheduleCustomAudienceUpdateRequest.Builder Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.