Reactive
struct Reactive<Base>
Provides a public extension on ReCaptchaWebViewManager that makes it reactive.
-
Starts the challenge validation uppon subscription.
The stream’s element is a
Result<String, ReCaptchaError>that may contain a valid token.Sends
stop()uppon disposal.Declaration
Swift
func validate(on view: UIView) -> Observable<Base.Response>Parameters
viewThe view that should present the webview.
Reactive Extension Reference