WebTriggerParams.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 WebTriggerParams
.
[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.WebTriggerParams.Builder : Android.Net.Uri -> Android.AdServices.Measurement.WebTriggerParams.Builder
Parameters
- registrationUri
- Uri
URI that the Attribution Reporting API sends a request to in order to obtain trigger registration parameters
- Attributes
Remarks
Builder constructor for WebTriggerParams
. 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.