SdkSandboxController(IntPtr, JniHandleOwnership) 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.
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected SdkSandboxController(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.SdkSandbox.SdkProvider.SdkSandboxController : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.SdkSandbox.SdkProvider.SdkSandboxController
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnership indicating how to handle javaReference.
Remarks
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.