Freigeben über


AutofillManager.NotifyViewExited Method

Definition

Overloads

NotifyViewExited(View)

Called when a View that supports autofill is exited.

NotifyViewExited(View, Int32)

Called when a virtual view that supports autofill is exited.

NotifyViewExited(View)

Called when a View that supports autofill is exited.

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

Parameters

view
View

View that was exited.

Attributes

Remarks

Called when a View that supports autofill is exited.

Java documentation for android.view.autofill.AutofillManager.notifyViewExited(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

NotifyViewExited(View, Int32)

Called when a virtual view that supports autofill is exited.

[Android.Runtime.Register("notifyViewExited", "(Landroid/view/View;I)V", "", ApiSince=26)]
public void NotifyViewExited (Android.Views.View view, int virtualId);
[<Android.Runtime.Register("notifyViewExited", "(Landroid/view/View;I)V", "", ApiSince=26)>]
member this.NotifyViewExited : Android.Views.View * int -> unit

Parameters

view
View

the virtual view parent.

virtualId
Int32

id identifying the virtual child inside the parent view.

Attributes

Remarks

Called when a virtual view that supports autofill is exited.

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

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