Dev Bottom Sheet

abstract class DevBottomSheet<T : ViewBinding> : BottomSheetDialogFragment

Base class for BottomSheet Fragment

Author

Jimly A.

Since

29-Jan-22

Parameters

T

ViewBinding for the Custom BottomSheetDialogFragment

Constructors

Link copied to clipboard
fun DevBottomSheet()

Functions

Link copied to clipboard
open override fun onCreate(savedInstanceState: Bundle?)
Link copied to clipboard
open override fun onCreateView(    inflater: LayoutInflater,     container: ViewGroup?,     savedInstanceState: Bundle?): View
Link copied to clipboard
open override fun onViewCreated(view: View, savedInstanceState: Bundle?)

Inheritors

Link copied to clipboard

Sources

Link copied to clipboard