Android.Widget.TextView.OnPrivateIMECommand Method
Called by the framework in response to a private command from the current method, provided by it calling Android.Views.InputMethods.InputConnection.performPrivateCommand(java.lang.String, android.os.Bundle).

Syntax

[Android.Runtime.Register("onPrivateIMECommand", "(Ljava/lang/String;Landroid/os/Bundle;)Z", "GetOnPrivateIMECommand_Ljava_lang_String_Landroid_os_Bundle_Handler")]
public virtual bool OnPrivateIMECommand (string action, Android.OS.Bundle data)

Parameters

action
The action name of the command.
data
Any additional data for the command. This may be null.

Returns

Documentation for this section has not yet been entered.

Remarks

Called by the framework in response to a private command from the current method, provided by it calling Android.Views.InputMethods.InputConnection.performPrivateCommand(java.lang.String, android.os.Bundle).

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3