Android.Views.InputMethods.IInputMethodSession.AppPrivateCommand Method
Process a private command sent from the application to the input method.

Syntax

[Android.Runtime.Register("appPrivateCommand", "(Ljava/lang/String;Landroid/os/Bundle;)V", "GetAppPrivateCommand_Ljava_lang_String_Landroid_os_Bundle_Handler:Android.Views.InputMethods.IInputMethodSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void AppPrivateCommand (string action, Android.OS.Bundle data)

Parameters

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

Process a private command sent from the application to the input method. This can be used to provide domain-specific features that are only known between certain input methods and their clients.

[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 3