monoandroid
namespace Android.Text.Method
{
[Register("android/text/method/BaseKeyListener", DoNotGenerateAcw = true)]
public abstract class BaseKeyListener : MetaKeyKeyListener, IJavaObject, IKeyListener, IJavaPeerable, IDisposable
{
[Register("onKeyOther", "(Landroid/view/View;Landroid/text/Editable;Landroid/view/KeyEvent;)Z", "GetOnKeyOther_Landroid_view_View_Landroid_text_Editable_Landroid_view_KeyEvent_Handler")]
public virtual bool OnKeyOther(View? view, IEditable? content, KeyEvent? e);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |