AutofillManager.AvailableFieldClassificationAlgorithms Property

Definition

Gets the name of all algorithms currently available for field classification.

public System.Collections.Generic.IList<string> AvailableFieldClassificationAlgorithms { [Android.Runtime.Register("getAvailableFieldClassificationAlgorithms", "()Ljava/util/List;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getAvailableFieldClassificationAlgorithms", "()Ljava/util/List;", "", ApiSince=28)>]
member this.AvailableFieldClassificationAlgorithms : System.Collections.Generic.IList<string>

Property Value

Attributes

Remarks

Gets the name of all algorithms currently available for field classification.

<b>Note:</b> This method should only be called by an app providing an autofill service, and it returns an empty list if the caller currently doesn't have an enabled autofill service for the user.

Java documentation for android.view.autofill.AutofillManager.getAvailableFieldClassificationAlgorithms().

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