AssistStructure.ViewNode.AutofillValue Property

Definition

Gets the value of this view.

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

the autofill value of this view, or null if the structure was created for assist purposes.

Attributes

Remarks

Gets the value of this view.

It's only relevant when the AssistStructure is used for autofill purposes, not for assist purposes.

Java documentation for android.app.assist.AssistStructure.ViewNode.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