AutofillManager.DefaultFieldClassificationAlgorithm Property

Definition

Gets the name of the default algorithm used for field classification.

public string? DefaultFieldClassificationAlgorithm { [Android.Runtime.Register("getDefaultFieldClassificationAlgorithm", "()Ljava/lang/String;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getDefaultFieldClassificationAlgorithm", "()Ljava/lang/String;", "", ApiSince=28)>]
member this.DefaultFieldClassificationAlgorithm : string

Property Value

Attributes

Remarks

Gets the name of the default algorithm used for field classification.

The default algorithm is used when the algorithm on UserData is invalid or not set.

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

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

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