Package app. futured. arkitekt. core. fragment
Types
BindingViewModelFragment
Link copied to clipboard
abstract class BindingViewModelFragment<VM : BaseViewModel<VS>, VS : ViewState, B : ViewDataBinding> : ViewModelFragment<VM, VS>
Content copied to clipboard
ViewModelFragment
Link copied to clipboard
abstract class ViewModelFragment<VM : BaseViewModel<VS>, VS : ViewState> : Fragment
Content copied to clipboard