BaseView

abstract class BaseView(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout, KoinScopeComponent, CoroutineScope

Inheritors

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)

Functions

Link copied to clipboard
open override fun getKoin(): Koin

Properties

Link copied to clipboard
Link copied to clipboard
open override val scope: Scope