service / com.scurab.android.uitor.extract2 / ViewComponents

ViewComponents

class ViewComponents

Constructors

<init>

ViewComponents(app: Application, activity: Activity?)

Properties

activity

val activity: Activity?

app

val app: Application

fragments

val fragments: MutableList<IFragmentDelegate>

fragmentsPerRootView

val fragmentsPerRootView: MutableMap<View, IFragmentDelegate>

Functions

findOwnerComponent

fun findOwnerComponent(view: View): Any?