KeyboardView.OnKeyboardActionListener Property

Definition

Returns the OnKeyboardActionListener object.

public virtual Android.InputMethodServices.KeyboardView.IOnKeyboardActionListener? OnKeyboardActionListener { [Android.Runtime.Register("getOnKeyboardActionListener", "()Landroid/inputmethodservice/KeyboardView$OnKeyboardActionListener;", "GetGetOnKeyboardActionListenerHandler")] get; [Android.Runtime.Register("setOnKeyboardActionListener", "(Landroid/inputmethodservice/KeyboardView$OnKeyboardActionListener;)V", "GetSetOnKeyboardActionListener_Landroid_inputmethodservice_KeyboardView_OnKeyboardActionListener_Handler")] set; }
[<get: Android.Runtime.Register("getOnKeyboardActionListener", "()Landroid/inputmethodservice/KeyboardView$OnKeyboardActionListener;", "GetGetOnKeyboardActionListenerHandler")>]
[<set: Android.Runtime.Register("setOnKeyboardActionListener", "(Landroid/inputmethodservice/KeyboardView$OnKeyboardActionListener;)V", "GetSetOnKeyboardActionListener_Landroid_inputmethodservice_KeyboardView_OnKeyboardActionListener_Handler")>]
member this.OnKeyboardActionListener : Android.InputMethodServices.KeyboardView.IOnKeyboardActionListener with get, set

Property Value

the listener attached to this keyboard

Attributes

Remarks

Java documentation for android.inputmethodservice.KeyboardView.getOnKeyboardActionListener().

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