コード例 #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);
 }
コード例 #2
0
 public override void onClick(View view)
 {
     outerInstance.sendMessage();
 }