public class MvpBottomSheetDialogFragment
extends com.google.android.material.bottomsheet.BottomSheetDialogFragment
implements moxy.MvpDelegateHolder
| Constructor and Description |
|---|
MvpBottomSheetDialogFragment() |
| Modifier and Type | Method and Description |
|---|---|
moxy.MvpDelegate |
getMvpDelegate() |
void |
onCreate(Bundle savedInstanceState) |
void |
onDestroy() |
void |
onDestroyView() |
void |
onResume() |
void |
onSaveInstanceState(Bundle outState) |
void |
onStop() |
public void onCreate(Bundle savedInstanceState)
onCreate in class com.google.android.material.bottomsheet.BottomSheetDialogFragmentpublic void onResume()
onResume in class com.google.android.material.bottomsheet.BottomSheetDialogFragmentpublic void onSaveInstanceState(Bundle outState)
onSaveInstanceState in class com.google.android.material.bottomsheet.BottomSheetDialogFragmentpublic void onStop()
onStop in class com.google.android.material.bottomsheet.BottomSheetDialogFragmentpublic void onDestroyView()
onDestroyView in class com.google.android.material.bottomsheet.BottomSheetDialogFragmentpublic void onDestroy()
onDestroy in class com.google.android.material.bottomsheet.BottomSheetDialogFragmentpublic moxy.MvpDelegate getMvpDelegate()
getMvpDelegate in interface moxy.MvpDelegateHolderMvpDelegate being used by this Fragment.