Android.Views.InputMethods.IInputMethodSession.ViewClicked Method
This method is called when the user tapped a text view.

Syntax

[Android.Runtime.Register("viewClicked", "(Z)V", "GetViewClicked_ZHandler:Android.Views.InputMethods.IInputMethodSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ViewClicked (bool focusChanged)

Parameters

focusChanged
true if the user changed the focused view by this click.

Remarks

This method is called when the user tapped a text view. IMEs can't rely on this method being called because this was not part of the original IME protocol, so applications with custom text editing written before this method appeared will not call to inform the IME of this interaction.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14