attach To
open fun attachTo(@NonNull webView: WebView, @NonNull pluginCallback: GigyaPluginCallback<A>, @Nullable progressView: View)
Attach a WebView instance to WebBridge. Allows external use of the Gigya web bridge.
Parameters
web View
WebView instance.
plugin Callback
Plugin callback used for JS and event interactions.
progress View
Optional progress view that will be triggered (VISIBLE/GONE) according to event life cycle.