sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.ui.plugin.webbridgetmanager
/
IWebBridgeInterruptionResolver
IWeb
Bridge
Interruption
Resolver
interface
IWebBridgeInterruptionResolver
<
A
:
GigyaAccount
?
>
Inheritors
WebBridgeForceLoginResolver
Members
Functions
is
Active
Link copied to clipboard
abstract
fun
isActive
(
)
:
Boolean
resolve
Link copied to clipboard
abstract
fun
resolve
(
@
Nullable
api
:
String
,
params
:
Map
<
String
,
Any
>
,
data
:
A
,
callback
:
GigyaPluginFragment.IBridgeCallbacks
<
A
>
)