AutofillManager.NotifyViewClicked 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
NotifyViewClicked(View) |
Called to indicate a |
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.
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.