Share via


InputMethodService.InputMethodSessionImpl.AppPrivateCommand Method

Definition

Call InputMethodService#onAppPrivateCommand InputMethodService.onAppPrivateCommand().

[Android.Runtime.Register("appPrivateCommand", "(Ljava/lang/String;Landroid/os/Bundle;)V", "GetAppPrivateCommand_Ljava_lang_String_Landroid_os_Bundle_Handler")]
public override void AppPrivateCommand (string? action, Android.OS.Bundle? data);
[<Android.Runtime.Register("appPrivateCommand", "(Ljava/lang/String;Landroid/os/Bundle;)V", "GetAppPrivateCommand_Ljava_lang_String_Landroid_os_Bundle_Handler")>]
override this.AppPrivateCommand : string * Android.OS.Bundle -> unit

Parameters

action
String
data
Bundle
Attributes

Remarks

Call InputMethodService#onAppPrivateCommand InputMethodService.onAppPrivateCommand().

Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.appPrivateCommand(java.lang.String, android.os.Bundle).

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