KoinFragmentFactory

class KoinFragmentFactory(scope: Scope? = null) : FragmentFactory, KoinComponent

FragmentFactory for Koin

Constructors

Link copied to clipboard
constructor(scope: Scope? = null)

Functions

Link copied to clipboard
open fun getKoin(): Koin
Link copied to clipboard
open override fun instantiate(classLoader: ClassLoader, className: String): Fragment