Exemplo n.º 1
0
 public override bool onEditorAction(TextView textView, int actionId, KeyEvent keyEvent)
 {
     if (actionId == EditorInfo.IME_NULL && keyEvent.Action == KeyEvent.ACTION_DOWN)
     {
         outerInstance.sendMessage();
     }
     return(true);
 }
Exemplo n.º 2
0
 public override void onClick(View view)
 {
     outerInstance.sendMessage();
 }