Package dev. icerock. moko. mvvm. viewbinding
Types
MvvmActivity
Link copied to clipboard
abstract class MvvmActivity<VB : ViewBinding, VM : ViewModel> : AppCompatActivity
Content copied to clipboard
MvvmEventsActivity
Link copied to clipboard
abstract class MvvmEventsActivity<VB : ViewBinding, VM : ViewModel, EventsDispatcherOwner<Listener>, Listener : Any> : MvvmActivity<VB, VM>
Content copied to clipboard
MvvmEventsFragment
Link copied to clipboard
abstract class MvvmEventsFragment<VB : ViewBinding, VM : ViewModel, EventsDispatcherOwner<Listener>, Listener : Any> : MvvmFragment<VB, VM>
Content copied to clipboard
MvvmFragment
Link copied to clipboard