AutofillManager.AvailableFieldClassificationAlgorithms Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.