Language

MediaProjection.Callback Constructors

Definition

Overloads

Name Description
MediaProjection.Callback()

Initializes a new instance of the MediaProjection.Callback class.

MediaProjection.Callback(IntPtr, JniHandleOwnership)

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

MediaProjection.Callback()

Initializes a new instance of the MediaProjection.Callback class.

[Android.Runtime.Register(".ctor", "()V", "")]
public Callback();
Attributes

Remarks

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.

Applies to

MediaProjection.Callback(IntPtr, JniHandleOwnership)

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

protected Callback(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Media.Projection.MediaProjection.Callback : nativeint * Android.Runtime.JniHandleOwnership -> Android.Media.Projection.MediaProjection.Callback

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

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.

Applies to