Package app. futured. arkitekt. core. fragment. bottomsheet
Types
Link copied to clipboard
abstract class BindingViewModelBottomSheetDialogFragment<VM : BaseViewModel<VS>, VS : ViewState, B : ViewDataBinding> : ViewModelBottomSheetDialogFragment<VM, VS>
Content copied to clipboard
Base BottomSheetDialogFragment class with built-in ViewModel and DataBinding support
Link copied to clipboard
abstract class ViewModelBottomSheetDialogFragment<VM : BaseViewModel<VS>, VS : ViewState> : BottomSheetDialogFragment
Content copied to clipboard
Base BottomSheetDialogFragment class with built-in ViewModel support