FieldClassification.Matches Property

Definition

Gets the Match matches with the highest Match#getScore() scores (sorted in descending order).

public System.Collections.Generic.IList<Android.Service.Autofill.FieldClassification.Match> Matches { [Android.Runtime.Register("getMatches", "()Ljava/util/List;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getMatches", "()Ljava/util/List;", "", ApiSince=28)>]
member this.Matches : System.Collections.Generic.IList<Android.Service.Autofill.FieldClassification.Match>

Property Value

Attributes

Remarks

Gets the Match matches with the highest Match#getScore() scores (sorted in descending order).

<b>Note:</b> There's no guarantee of how many matches will be returned. In fact, the Android System might return just the top match to minimize the impact of field classification in the device's health.

Java documentation for android.service.autofill.FieldClassification.getMatches().

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