public class AVCaptcha
extends java.lang.Object
构造器和说明 |
---|
AVCaptcha() |
限定符和类型 | 方法和说明 |
---|---|
static void |
requestCaptchaInBackground(AVCaptchaOption option,
AVCallback<AVCaptchaDigest> callback)
request captcha digest from server
|
static void |
verifyCaptchaCodeInBackground(java.lang.String captchaCode,
AVCaptchaDigest digest,
AVCallback<java.lang.String> callback)
verify captcha code
|
public static void requestCaptchaInBackground(AVCaptchaOption option, AVCallback<AVCaptchaDigest> callback)
option
- the option value for this operationcallback
- the captcha digest will be passed back through the callbackpublic static void verifyCaptchaCodeInBackground(java.lang.String captchaCode, AVCaptchaDigest digest, AVCallback<java.lang.String> callback)
captchaCode
- the code parsed form the image obtained by AVCaptchaDigest.getUrl()
digest
- the captcha digest return form requestCaptchaInBackground(com.avos.avoscloud.AVCaptchaOption, com.avos.avoscloud.AVCallback<com.avos.avoscloud.AVCaptchaDigest>)
callback
- the validate token will be passed back through the callbackCopyright © 2013 AVOS Systems Inc. All Rights Reserved.