UserData.Builder.SetFieldClassificationAlgorithmForCategory 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.
[Android.Runtime.Register("setFieldClassificationAlgorithmForCategory", "(Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Landroid/service/autofill/UserData$Builder;", "", ApiSince=29)]
public Android.Service.Autofill.UserData.Builder SetFieldClassificationAlgorithmForCategory(string categoryId, string? name, Android.OS.Bundle? args);
	[<Android.Runtime.Register("setFieldClassificationAlgorithmForCategory", "(Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Landroid/service/autofill/UserData$Builder;", "", ApiSince=29)>]
member this.SetFieldClassificationAlgorithmForCategory : string * string * Android.OS.Bundle -> Android.Service.Autofill.UserData.Builder
	Parameters
- categoryId
 - String
 
- name
 - String
 
- args
 - Bundle
 
Returns
- Attributes