UserData.GetFieldClassificationAlgorithmForCategory(String) Method
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 algorithm corresponding to the specific autofill category
that is used to calculate Match#getScore() match scores
[Android.Runtime.Register("getFieldClassificationAlgorithmForCategory", "(Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=29)]
public string? GetFieldClassificationAlgorithmForCategory (string categoryId);
[<Android.Runtime.Register("getFieldClassificationAlgorithmForCategory", "(Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=29)>]
member this.GetFieldClassificationAlgorithmForCategory : string -> string
Parameters
- categoryId
- String
autofill field category
Returns
String name of algorithm, null if none found.
- Attributes
Remarks
Gets the name of the algorithm corresponding to the specific autofill category that is used to calculate Match#getScore() match scores
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.