Beispiel #1
0
 public BmobRemote EmailVerify(String email)
 {
     BmobWrapper.EmailVerify(email, NonCallback);
     return(this);
 }