class ViewComponents
<init> |
ViewComponents(app: Application, activity: Activity?) |
activity |
val activity: Activity? |
app |
val app: Application |
fragments |
val fragments: MutableList<IFragmentDelegate> |
fragmentsPerRootView |
val fragmentsPerRootView: MutableMap<View, IFragmentDelegate> |
findOwnerComponent |
fun findOwnerComponent(view: View): Any? |