// Start is called before the first frame update
 public void OnClick()
 {
     text.text = androidCall.Call(23, 55).ToString();
 }