View.AutofillValue Property

Definition

Gets the View's current autofill value.

public virtual Android.Views.Autofill.AutofillValue? AutofillValue { [Android.Runtime.Register("getAutofillValue", "()Landroid/view/autofill/AutofillValue;", "GetGetAutofillValueHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getAutofillValue", "()Landroid/view/autofill/AutofillValue;", "GetGetAutofillValueHandler", ApiSince=26)>]
member this.AutofillValue : Android.Views.Autofill.AutofillValue

Property Value

Attributes

Remarks

Gets the View's current autofill value.

By default returns null, but subclasses should override it and return an appropriate value to properly support the Autofill Framework.

Java documentation for android.view.View.getAutofillValue().

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