FetchAndJoinCustomAudienceRequest.Builder(Uri) 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 FetchAndJoinCustomAudienceRequest.Builder
with the Uri
from which the custom audience is to be fetched.
[Android.Runtime.Register(".ctor", "(Landroid/net/Uri;)V", "", ApiSince=35)]
public Builder (Android.Net.Uri fetchUri);
[<Android.Runtime.Register(".ctor", "(Landroid/net/Uri;)V", "", ApiSince=35)>]
new Android.AdServices.CustomAudiences.FetchAndJoinCustomAudienceRequest.Builder : Android.Net.Uri -> Android.AdServices.CustomAudiences.FetchAndJoinCustomAudienceRequest.Builder
Parameters
- fetchUri
- Uri
- Attributes
Remarks
Instantiates a FetchAndJoinCustomAudienceRequest.Builder
with the Uri
from which the custom audience is to be fetched.
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.