UserData.GetFieldClassificationAlgorithmForCategory(String) Method

Definition

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

Java documentation for android.service.autofill.UserData.getFieldClassificationAlgorithmForCategory(java.lang.String).

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