AppSetId Constructors
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.
Overloads
| Name | Description |
|---|---|
| AppSetId(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
| AppSetId(String, AppSetIdScope) |
Creates an instance of |
AppSetId(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected AppSetId(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.AdServices.AppSetIds.AppSetId : nativeint * Android.Runtime.JniHandleOwnership -> Android.AdServices.AppSetIds.AppSetId
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnership value indicating how to handle javaReference.
Remarks
This constructor supports the Java interop infrastructure and is not intended to be called directly by applications.
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.