AutofillManager.NotifyViewClicked Method

Definition

Overloads

NotifyViewClicked(View)

Called to indicate a View is clicked.

NotifyViewClicked(View, Int32)

Called to indicate a virtual view has been clicked.

NotifyViewClicked(View)

Called to indicate a View is clicked.

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

Parameters

view
View

view that has been clicked.

Attributes

Remarks

Called to indicate a View is clicked.

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

NotifyViewClicked(View, Int32)

Called to indicate a virtual view has been clicked.

[Android.Runtime.Register("notifyViewClicked", "(Landroid/view/View;I)V", "", ApiSince=28)]
public void NotifyViewClicked (Android.Views.View view, int virtualId);
[<Android.Runtime.Register("notifyViewClicked", "(Landroid/view/View;I)V", "", ApiSince=28)>]
member this.NotifyViewClicked : 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 to indicate a virtual view has been clicked.

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