Filter Constructors

Definition

Overloads

Filter()

Creates a new asynchronous filter.

Filter(IntPtr, JniHandleOwnership)

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

Filter()

Creates a new asynchronous filter.

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

Remarks

Creates a new asynchronous filter.

Java documentation for android.widget.Filter.Filter().

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

Filter(IntPtr, JniHandleOwnership)

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

protected Filter (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.Filter : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.Filter

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating 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