koin-android
Module Contents
alltypes
Module Contents
android.content.ComponentCallbacks
Module Contents
fun
<
reified
S
,
reified
P
>
ComponentCallbacks
.
bind
(
noinline
parameters
:
<ERROR CLASS>
?
=
null
)
:
S
fun
<
reified
T
:
Any
>
ComponentCallbacks
.
get
(
qualifier
:
Qualifier
?
=
null
,
noinline
parameters
:
<ERROR CLASS>
?
=
null
)
:
T
fun
ComponentCallbacks
.
getKoin
(
)
:
Koin
fun
<
reified
T
:
Any
>
ComponentCallbacks
.
inject
(
qualifier
:
Qualifier
?
=
null
,
mode
:
LazyThreadSafetyMode
=
LazyThreadSafetyMode.SYNCHRONIZED
,
noinline
parameters
:
<ERROR CLASS>
?
=
null
)
:
<ERROR CLASS>
class
AndroidLogger
:
Logger
Module Contents
AndroidLogger
(
level
:
Level
=
Level.INFO
)
fun
log
(
level
:
Level
,
msg
:
<ERROR CLASS>
)
:
Unit
object
KoinAndroidApplication
Module Contents
@JvmStatic
@JvmOverloads
fun
create
(
context
:
Context
,
androidLoggerLevel
:
Level
=
Level.INFO
)
:
KoinApplication
class
MissingAndroidContextException
:
Throwable
Module Contents
MissingAndroidContextException
(
s
:
String
)
org.koin.core.KoinApplication
Module Contents
fun
KoinApplication
.
androidContext
(
androidContext
:
Context
)
:
KoinApplication
fun
KoinApplication
.
androidFileProperties
(
koinPropertyFile
:
String
=
"koin.properties"
)
:
KoinApplication
fun
KoinApplication
.
androidLogger
(
level
:
Level
=
Level.INFO
)
:
KoinApplication
org.koin.core.scope.Scope
Module Contents
fun
Scope
.
androidApplication
(
)
:
Application
fun
Scope
.
androidContext
(
)
:
Context
package
org.koin.android.error
Module Contents
class
MissingAndroidContextException
:
Throwable
Module Contents
MissingAndroidContextException
(
s
:
String
)
package
org.koin.android.ext.android
Module Contents
android.content.ComponentCallbacks
Module Contents
fun
<
reified
S
,
reified
P
>
ComponentCallbacks
.
bind
(
noinline
parameters
:
<ERROR CLASS>
?
=
null
)
:
S
fun
<
reified
T
:
Any
>
ComponentCallbacks
.
get
(
qualifier
:
Qualifier
?
=
null
,
noinline
parameters
:
<ERROR CLASS>
?
=
null
)
:
T
fun
ComponentCallbacks
.
getKoin
(
)
:
Koin
fun
<
reified
T
:
Any
>
ComponentCallbacks
.
inject
(
qualifier
:
Qualifier
?
=
null
,
mode
:
LazyThreadSafetyMode
=
LazyThreadSafetyMode.SYNCHRONIZED
,
noinline
parameters
:
<ERROR CLASS>
?
=
null
)
:
<ERROR CLASS>
package
org.koin.android.ext.koin
Module Contents
const
val
ERROR_MSG
:
String
org.koin.core.KoinApplication
Module Contents
fun
KoinApplication
.
androidContext
(
androidContext
:
Context
)
:
KoinApplication
fun
KoinApplication
.
androidFileProperties
(
koinPropertyFile
:
String
=
"koin.properties"
)
:
KoinApplication
fun
KoinApplication
.
androidLogger
(
level
:
Level
=
Level.INFO
)
:
KoinApplication
org.koin.core.scope.Scope
Module Contents
fun
Scope
.
androidApplication
(
)
:
Application
fun
Scope
.
androidContext
(
)
:
Context
package
org.koin.android.java
Module Contents
object
KoinAndroidApplication
Module Contents
@JvmStatic
@JvmOverloads
fun
create
(
context
:
Context
,
androidLoggerLevel
:
Level
=
Level.INFO
)
:
KoinApplication
package
org.koin.android.logger
Module Contents
class
AndroidLogger
:
Logger
Module Contents
AndroidLogger
(
level
:
Level
=
Level.INFO
)
fun
log
(
level
:
Level
,
msg
:
<ERROR CLASS>
)
:
Unit