AutofillManager.AutofillCallback.OnAutofillEvent 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.
Overloads
OnAutofillEvent(View, AutofillEventType) |
Called after a change in the autofill state associated with a view. |
OnAutofillEvent(View, Int32, AutofillEventType) |
Called after a change in the autofill state associated with a virtual view. |
OnAutofillEvent(View, AutofillEventType)
Called after a change in the autofill state associated with a view.
[Android.Runtime.Register("onAutofillEvent", "(Landroid/view/View;I)V", "GetOnAutofillEvent_Landroid_view_View_IHandler", ApiSince=26)]
public virtual void OnAutofillEvent (Android.Views.View view, Android.Views.Autofill.AutofillEventType e);
[<Android.Runtime.Register("onAutofillEvent", "(Landroid/view/View;I)V", "GetOnAutofillEvent_Landroid_view_View_IHandler", ApiSince=26)>]
abstract member OnAutofillEvent : Android.Views.View * Android.Views.Autofill.AutofillEventType -> unit
override this.OnAutofillEvent : Android.Views.View * Android.Views.Autofill.AutofillEventType -> unit
Parameters
- view
- View
view associated with the change.
- Attributes
Remarks
Called after a change in the autofill state associated with a 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
OnAutofillEvent(View, Int32, AutofillEventType)
Called after a change in the autofill state associated with a virtual view.
[Android.Runtime.Register("onAutofillEvent", "(Landroid/view/View;II)V", "GetOnAutofillEvent_Landroid_view_View_IIHandler", ApiSince=26)]
public virtual void OnAutofillEvent (Android.Views.View view, int virtualId, Android.Views.Autofill.AutofillEventType e);
[<Android.Runtime.Register("onAutofillEvent", "(Landroid/view/View;II)V", "GetOnAutofillEvent_Landroid_view_View_IIHandler", ApiSince=26)>]
abstract member OnAutofillEvent : Android.Views.View * int * Android.Views.Autofill.AutofillEventType -> unit
override this.OnAutofillEvent : Android.Views.View * int * Android.Views.Autofill.AutofillEventType -> unit
Parameters
- view
- View
parent view associated with the change.
- virtualId
- Int32
id identifying the virtual child inside the parent view.
- Attributes
Remarks
Called after a change in the autofill state associated with a virtual 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.