Share via


Field.Filter Property

Definition

Regex used to determine if the dataset should be shown in the autofill UI; when null, it disables filtering on that dataset (this is the recommended approach when value is not null and field contains sensitive data such as passwords).

public Java.Util.Regex.Pattern? Filter { [Android.Runtime.Register("getFilter", "()Ljava/util/regex/Pattern;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getFilter", "()Ljava/util/regex/Pattern;", "", ApiSince=33)>]
member this.Filter : Java.Util.Regex.Pattern

Property Value

Attributes

Remarks

Regex used to determine if the dataset should be shown in the autofill UI; when null, it disables filtering on that dataset (this is the recommended approach when value is not null and field contains sensitive data such as passwords).

Java documentation for android.service.autofill.Field.getFilter().

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