AutofillManager.DefaultFieldClassificationAlgorithm 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 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.
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.