Language

AutofillManager.AutofillServiceComponentName Property

Definition

Returns the component name of the AutofillService that is enabled for the current user.

public Android.Content.ComponentName? AutofillServiceComponentName { [Android.Runtime.Register("getAutofillServiceComponentName", "()Landroid/content/ComponentName;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getAutofillServiceComponentName", "()Landroid/content/ComponentName;", "", ApiSince=28)>]
member this.AutofillServiceComponentName : Android.Content.ComponentName

Property Value

The component name of the autofill service enabled for the current user, or null.

Attributes

Remarks

Returns the component name of the AutofillService that is enabled for the current user.

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

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