UpdateSignalsRequest.Builder.SetUpdateUri(Uri) Method
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.
Sets the URI from which the JSON containing signal updates will be fetched.
[Android.Runtime.Register("setUpdateUri", "(Landroid/net/Uri;)Landroid/adservices/signals/UpdateSignalsRequest$Builder;", "", ApiSince=35)]
public Android.AdServices.Signals.UpdateSignalsRequest.Builder SetUpdateUri(Android.Net.Uri updateUri);
[<Android.Runtime.Register("setUpdateUri", "(Landroid/net/Uri;)Landroid/adservices/signals/UpdateSignalsRequest$Builder;", "", ApiSince=35)>]
member this.SetUpdateUri : Android.Net.Uri -> Android.AdServices.Signals.UpdateSignalsRequest.Builder
Parameters
- updateUri
- Uri
The URI from which the JSON containing signal updates will be fetched. This value cannot be null.
Returns
This builder. This value cannot be null.
- Attributes
Remarks
Sets the URI from which the JSON containing signal updates will 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.