Język

AppSetIdManager(IntPtr, JniHandleOwnership) Constructor

Definition

A constructor used when creating managed representations of JNI objects; called by the runtime.

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

Parameters

javaReference
IntPtr

nativeint

A IntPtr containing a Java Native Interface (JNI) object reference.

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