Package app.futured.arkitekt.core.fragment.dialog

Types

BindingViewModelDialogFragment
Link copied to clipboard
abstract class BindingViewModelDialogFragment<VM : BaseViewModel<VS>, VS : ViewState, B : ViewDataBinding> : ViewModelDialogFragment<VM, VS>
Base DialogFragment class with built-in ViewModel and DataBinding support
ViewModelDialogFragment
Link copied to clipboard
abstract class ViewModelDialogFragment<VM : BaseViewModel<VS>, VS : ViewState> : DialogFragment
Base DialogFragment class with built-in ViewModel support