public class AVCaptcha extends Object
| 构造器和说明 |
|---|
AVCaptcha() |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.reactivex.Observable<AVCaptchaDigest> |
requestCaptchaInBackground(AVCaptchaOption option) |
static io.reactivex.Observable<AVCaptchaValidateResult> |
verifyCaptchaCodeInBackground(String captchaCode,
AVCaptchaDigest captchaDigest) |
public static io.reactivex.Observable<AVCaptchaDigest> requestCaptchaInBackground(AVCaptchaOption option)
public static io.reactivex.Observable<AVCaptchaValidateResult> verifyCaptchaCodeInBackground(String captchaCode, AVCaptchaDigest captchaDigest)
Copyright © 2019. All rights reserved.