IEditable.GetFilters Method

Definition

Returns the array of input filters that are currently applied to changes to this Editable.

[Android.Runtime.Register("getFilters", "()[Landroid/text/InputFilter;", "GetGetFiltersHandler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Text.IInputFilter[]? GetFilters ();
[<Android.Runtime.Register("getFilters", "()[Landroid/text/InputFilter;", "GetGetFiltersHandler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetFilters : unit -> Android.Text.IInputFilter[]

Returns

Attributes

Remarks

Returns the array of input filters that are currently applied to changes to this Editable.

Java documentation for android.text.Editable.getFilters().

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