| Package | Description |
|---|---|
| com.avos.avoscloud | |
| com.avos.avoscloud.internal |
| Modifier and Type | Method and Description |
|---|---|
static void |
AVUser.requestLoginSmsCodeInBackground(String mobilePhoneNumber,
RequestMobileCodeCallback callback) |
static void |
AVUser.requestMobilePhoneVerifyInBackgroud(String mobilePhoneNumber,
RequestMobileCodeCallback callback)
Deprecated.
|
static void |
AVUser.requestMobilePhoneVerifyInBackground(String mobilePhoneNumber,
RequestMobileCodeCallback callback)
调用这个方法来请求用户的手机号码验证
在发送这条请求前,请保证您已经成功保存用户的手机号码,并且在控制中心打开了“验证注册用户手机号码”选项
|
protected static void |
AVUser.requestPasswordResetBySmsCodeInBackground(String mobilePhoneNumber,
boolean sync,
RequestMobileCodeCallback callback) |
static void |
AVUser.requestPasswordResetBySmsCodeInBackground(String mobilePhoneNumber,
RequestMobileCodeCallback callback)
申请通过短信重置用户密码
|
| Modifier and Type | Method and Description |
|---|---|
static void |
InternalSMS.requestSMSCodeInBackgroud(String phone,
RequestMobileCodeCallback callback)
Deprecated.
|
static void |
InternalSMS.requestSMSCodeInBackgroud(String phone,
String templateName,
Map<String,Object> env,
RequestMobileCodeCallback callback)
Deprecated.
|
static void |
InternalSMS.requestSMSCodeInBackgroud(String phone,
String name,
String op,
int ttl,
RequestMobileCodeCallback callback)
Deprecated.
|
static void |
InternalSMS.requestSMSCodeInBackground(String phone,
RequestMobileCodeCallback callback)
请求发送短信验证码
短信示范为: 您正在{应用名称}中进行短信验证,您的验证码是:{Code},请输入完整验证,有效期为:10分钟
|
static void |
InternalSMS.requestSMSCodeInBackground(String phone,
String templateName,
Map<String,Object> env,
RequestMobileCodeCallback callback)
通过短信模板来发送短信验证码
|
static void |
InternalSMS.requestSMSCodeInBackground(String phone,
String name,
String op,
int ttl,
RequestMobileCodeCallback callback)
请求发送短信验证码
短信示范为: 您正在{name}中进行{op},您的验证码是:{Code},请输入完整验证,有效期为:{ttl}
|
static void |
InternalSMS.requestVoiceCodeInBackground(String phoneNumber,
RequestMobileCodeCallback callback)
请求发送语音验证码,验证码会以电话形式打给目标手机
|
Copyright © 2017. All rights reserved.