WebSourceParams.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.
Builder constructor for WebSourceParams
.
[Android.Runtime.Register(".ctor", "(Landroid/net/Uri;)V", "", ApiSince=34)]
public Builder (Android.Net.Uri registrationUri);
[<Android.Runtime.Register(".ctor", "(Landroid/net/Uri;)V", "", ApiSince=34)>]
new Android.AdServices.Measurement.WebSourceParams.Builder : Android.Net.Uri -> Android.AdServices.Measurement.WebSourceParams.Builder
Parameters
- registrationUri
- Uri
URI that the Attribution Reporting API sends a request to in order to obtain source registration parameters.
- Attributes
Remarks
Builder constructor for WebSourceParams
. mIsDebugKeyAllowed
is assigned false by default.
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.