InputMethodService.OnAppPrivateCommand(String, Bundle) Method

Definition

[Android.Runtime.Register("onAppPrivateCommand", "(Ljava/lang/String;Landroid/os/Bundle;)V", "GetOnAppPrivateCommand_Ljava_lang_String_Landroid_os_Bundle_Handler")]
public virtual void OnAppPrivateCommand (string? action, Android.OS.Bundle? data);
[<Android.Runtime.Register("onAppPrivateCommand", "(Ljava/lang/String;Landroid/os/Bundle;)V", "GetOnAppPrivateCommand_Ljava_lang_String_Landroid_os_Bundle_Handler")>]
abstract member OnAppPrivateCommand : string * Android.OS.Bundle -> unit
override this.OnAppPrivateCommand : string * Android.OS.Bundle -> unit

Parameters

action
String
data
Bundle
Attributes

Remarks

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