UpdateSignalsRequest.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 Builder
with the Uri
from which the signal updates will be
fetched.
[Android.Runtime.Register(".ctor", "(Landroid/net/Uri;)V", "", ApiSince=35)]
public Builder (Android.Net.Uri updateUri);
[<Android.Runtime.Register(".ctor", "(Landroid/net/Uri;)V", "", ApiSince=35)>]
new Android.AdServices.Signals.UpdateSignalsRequest.Builder : Android.Net.Uri -> Android.AdServices.Signals.UpdateSignalsRequest.Builder
Parameters
- updateUri
- Uri
- Attributes
Remarks
Instantiates a Builder
with the Uri
from which the 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.