Freigeben über


AutofillManager.NotifyValueChanged Method

Definition

Overloads

NotifyValueChanged(View, Int32, AutofillValue)

Called to indicate the value of an autofillable virtual view has changed.

NotifyValueChanged(View)

Called to indicate the value of an autofillable View changed.

NotifyValueChanged(View, Int32, AutofillValue)

Called to indicate the value of an autofillable virtual view has changed.

[Android.Runtime.Register("notifyValueChanged", "(Landroid/view/View;ILandroid/view/autofill/AutofillValue;)V", "", ApiSince=26)]
public void NotifyValueChanged (Android.Views.View? view, int virtualId, Android.Views.Autofill.AutofillValue? value);
[<Android.Runtime.Register("notifyValueChanged", "(Landroid/view/View;ILandroid/view/autofill/AutofillValue;)V", "", ApiSince=26)>]
member this.NotifyValueChanged : Android.Views.View * int * Android.Views.Autofill.AutofillValue -> unit

Parameters

view
View

the virtual view parent.

virtualId
Int32

id identifying the virtual child inside the parent view.

value
AutofillValue

new value of the child.

Attributes

Remarks

Called to indicate the value of an autofillable virtual view has changed.

Java documentation for android.view.autofill.AutofillManager.notifyValueChanged(android.view.View, int, android.view.autofill.AutofillValue).

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

NotifyValueChanged(View)

Called to indicate the value of an autofillable View changed.

[Android.Runtime.Register("notifyValueChanged", "(Landroid/view/View;)V", "", ApiSince=26)]
public void NotifyValueChanged (Android.Views.View? view);
[<Android.Runtime.Register("notifyValueChanged", "(Landroid/view/View;)V", "", ApiSince=26)>]
member this.NotifyValueChanged : Android.Views.View -> unit

Parameters

view
View

view whose value changed.

Attributes

Remarks

Called to indicate the value of an autofillable View changed.

Java documentation for android.view.autofill.AutofillManager.notifyValueChanged(android.view.View).

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