Package com. devbase. presentation. bottomsheet

Defines base class for creating custom BottomSheet

Types

Link copied to clipboard
abstract class DevBottomSheet<T : ViewBinding> : BottomSheetDialogFragment

Base class for BottomSheet Fragment

Link copied to clipboard
class PromptBottomSheet : DevBottomSheet<<Error class: unknown class>>

Example of using DevBottomSheet by displaying prompt to user

Link copied to clipboard