Esempio n. 1
0
 public static Task requestVerifyCode(string arg0, string arg1, VerifyCodeSettings arg2)
 {
     return(CallStatic <Task>("requestVerifyCode", arg0, arg1, arg2));
 }
Esempio n. 2
0
 public static void verifyPhoneCode(string arg0, string arg1, VerifyCodeSettings arg2, OnVerifyCodeCallBack arg3)
 {
     CallStatic("verifyPhoneCode", arg0, arg1, arg2, arg3);
 }
Esempio n. 3
0
 public static void verifyEmailCode(string arg0, VerifyCodeSettings arg1, OnVerifyCodeCallBack arg2)
 {
     CallStatic("verifyEmailCode", arg0, arg1, arg2);
 }