WebSourceRegistrationRequest.Builder 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 WebSourceRegistrationRequest
.
[Android.Runtime.Register(".ctor", "(Ljava/util/List;Landroid/net/Uri;)V", "", ApiSince=34)]
public Builder (System.Collections.Generic.IList<Android.AdServices.Measurement.WebSourceParams> webSourceParams, Android.Net.Uri topOriginUri);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;Landroid/net/Uri;)V", "", ApiSince=34)>]
new Android.AdServices.Measurement.WebSourceRegistrationRequest.Builder : System.Collections.Generic.IList<Android.AdServices.Measurement.WebSourceParams> * Android.Net.Uri -> Android.AdServices.Measurement.WebSourceRegistrationRequest.Builder
Parameters
- webSourceParams
- IList<WebSourceParams>
source parameters containing source registration parameters, the list should not be empty
- topOriginUri
- Uri
source publisher Uri
- Attributes
Remarks
Builder constructor for WebSourceRegistrationRequest
.
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.