Choreographer.FrameData(IntPtr, JniHandleOwnership) Constructor

Definition

Creates a managed peer for an existing Java Native Interface object reference.

protected FrameData(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.Choreographer.FrameData : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.Choreographer.FrameData

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.Choreographer.FrameData.

Applies to