[]
        
(Showing Draft Content)

C1.Android.Input.DummyKeyListener.OnKeyOther

OnKeyOther Method

OnKeyOther(View, IEditable, KeyEvent)

Base implementation handles ACTION_MULTIPLE KEYCODE_UNKNOWN by inserting the event's text into the content.

Declaration
public override bool OnKeyOther(View view, IEditable content, KeyEvent e)
Parameters
Type Name Description
View view
IEditable content
KeyEvent e
Returns
Type Description
bool