Android.Views.InputMethods.InputMethodManager.SendAppPrivateCommand Method
Call IInputMethodSession.AppPrivateCommand(string, Android.OS.Bundle) on the current Input Method.

Syntax

[Android.Runtime.Register("sendAppPrivateCommand", "(Landroid/view/View;Ljava/lang/String;Landroid/os/Bundle;)V", "")]
public void SendAppPrivateCommand (Android.Views.View view, string action, Android.OS.Bundle data)

Parameters

view
Optional View that is sending the command, or null if you want to send the command regardless of the view that is attached to the input method.
action
Name of the command to be performed. This must be a scoped name, i.e. prefixed with a package name you own, so that different developers will not create conflicting commands.
data
Any data to include with the command.

Remarks

Requirements

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