InputMethodManager.ViewClicked(View) Method

Definition

Notify the event when the user tapped or clicked the text view.

[Android.Runtime.Register("viewClicked", "(Landroid/view/View;)V", "")]
public void ViewClicked (Android.Views.View? view);
[<Android.Runtime.Register("viewClicked", "(Landroid/view/View;)V", "")>]
member this.ViewClicked : Android.Views.View -> unit

Parameters

view
View

View which is being clicked.

Attributes

Remarks

Notify the event when the user tapped or clicked the text view.

This member is deprecated. The semantics of this method can never be defined well for composite View that works as a giant "Canvas", which can host its own UI hierarchy and sub focus state. android.webkit.WebView is a good example. Application / IME developers should not rely on this method.

Java documentation for android.view.inputmethod.InputMethodManager.viewClicked(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