koin-androidx-fragment
Module Contents
alltypes
Module Contents
androidx.fragment.app.FragmentActivity
Module Contents
fun
FragmentActivity
.
setupKoinFragmentFactory
(
scope
:
Scope
?
=
null
)
:
Unit
androidx.fragment.app.FragmentTransaction
Module Contents
fun
<
reified
F
:
Fragment
>
FragmentTransaction
.
replace
(
@IdRes
containerViewId
:
Int
,
args
:
Bundle
?
=
null
,
tag
:
String
?
=
null
)
:
FragmentTransaction
class
KoinFragmentFactory
:
FragmentFactory
,
KoinComponent
Module Contents
KoinFragmentFactory
(
scope
:
Scope
?
=
null
)
fun
instantiate
(
classLoader
:
ClassLoader
,
className
:
String
)
:
Fragment
org.koin.core.KoinApplication
Module Contents
fun
KoinApplication
.
fragmentFactory
(
)
:
Unit
org.koin.core.module.Module
Module Contents
fun
<
reified
T
:
Fragment
>
Module
.
fragment
(
qualifier
:
Qualifier
?
=
null
,
override
:
Boolean
=
false
,
noinline
definition
:
<ERROR CLASS>
<
T
>
)
:
BeanDefinition
<
T
>
org.koin.dsl.ScopeDSL
Module Contents
fun
<
reified
T
:
Fragment
>
ScopeDSL
.
fragment
(
qualifier
:
Qualifier
?
=
null
,
override
:
Boolean
=
false
,
noinline
definition
:
<ERROR CLASS>
<
T
>
)
:
BeanDefinition
<
T
>
package
org.koin.androidx.fragment.android
Module Contents
androidx.fragment.app.FragmentActivity
Module Contents
fun
FragmentActivity
.
setupKoinFragmentFactory
(
scope
:
Scope
?
=
null
)
:
Unit
androidx.fragment.app.FragmentTransaction
Module Contents
fun
<
reified
F
:
Fragment
>
FragmentTransaction
.
replace
(
@IdRes
containerViewId
:
Int
,
args
:
Bundle
?
=
null
,
tag
:
String
?
=
null
)
:
FragmentTransaction
class
KoinFragmentFactory
:
FragmentFactory
,
KoinComponent
Module Contents
KoinFragmentFactory
(
scope
:
Scope
?
=
null
)
fun
instantiate
(
classLoader
:
ClassLoader
,
className
:
String
)
:
Fragment
package
org.koin.androidx.fragment.dsl
Module Contents
org.koin.core.module.Module
Module Contents
fun
<
reified
T
:
Fragment
>
Module
.
fragment
(
qualifier
:
Qualifier
?
=
null
,
override
:
Boolean
=
false
,
noinline
definition
:
<ERROR CLASS>
<
T
>
)
:
BeanDefinition
<
T
>
org.koin.dsl.ScopeDSL
Module Contents
fun
<
reified
T
:
Fragment
>
ScopeDSL
.
fragment
(
qualifier
:
Qualifier
?
=
null
,
override
:
Boolean
=
false
,
noinline
definition
:
<ERROR CLASS>
<
T
>
)
:
BeanDefinition
<
T
>
package
org.koin.androidx.fragment.koin
Module Contents
org.koin.core.KoinApplication
Module Contents
fun
KoinApplication
.
fragmentFactory
(
)
:
Unit