SurfaceControl.JankData(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.
Creates a managed peer for an existing Java Native Interface object reference.
protected JankData(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.SurfaceControl.JankData : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.SurfaceControl.JankData
Parameters
- javaReference
-
IntPtr
nativeint
The System.IntPtr value used for java reference.
- transfer
- JniHandleOwnership
The Android.Runtime.JniHandleOwnership value used for transfer.
Remarks
For details, see the Android reference documentation for android.view.SurfaceControl.JankData.