Compartilhar via


AppSetId Constructors

Definition

Overloads

AppSetId(IntPtr, JniHandleOwnership)
AppSetId(String, AppSetIdScope)

Creates an instance of AppSetId

AppSetId(IntPtr, JniHandleOwnership)

protected AppSetId (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.AdServices.AppSetIds.AppSetId : nativeint * Android.Runtime.JniHandleOwnership -> Android.AdServices.AppSetIds.AppSetId

Parameters

javaReference
IntPtr

nativeint

Applies to

AppSetId(String, AppSetIdScope)

Creates an instance of AppSetId

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=34)]
public AppSetId (string appSetId, Android.AdServices.AppSetIds.AppSetIdScope appSetIdScope);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=34)>]
new Android.AdServices.AppSetIds.AppSetId : string * Android.AdServices.AppSetIds.AppSetIdScope -> Android.AdServices.AppSetIds.AppSetId

Parameters

appSetId
String

generated by the provider service.

appSetIdScope
AppSetIdScope

scope of the appSetId.

Attributes

Remarks

Creates an instance of AppSetId

Java documentation for android.adservices.appsetid.AppSetId.AppSetId(java.lang.String, int).

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.

Applies to