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.containers
/
IoCContainer
/
bind
bind
open
fun
<
I
,
C
:
I
?
>
bind
(
contractClazz
:
Class
<
I
>
,
concreteClazz
:
Class
<
C
>
,
asSingleton
:
Boolean
)
:
IoCContainer
open
fun
<
I
,
C
:
I
?
>
bind
(
contractClazz
:
Class
<
I
>
,
concreteInstance
:
C
)
:
IoCContainer