Package 

Class PLYFlowBottomSheetFragment

  • All Implemented Interfaces:
    android.content.ComponentCallbacks , android.view.View.OnCreateContextMenuListener , androidx.activity.result.ActivityResultCaller , androidx.lifecycle.HasDefaultViewModelProviderFactory , androidx.lifecycle.LifecycleOwner , androidx.lifecycle.ViewModelStoreOwner , androidx.savedstate.SavedStateRegistryOwner

    
    public abstract class PLYFlowBottomSheetFragment
    extends Fragment
                        

    Abstract base fragment for bottom sheet presentations (MODAL and DRAWER transitions). Provides common functionality for scrim handling, bottom sheet behavior, and presentation loading.

    Subclasses must define:

    • defaultHeightRatio: The default height when no explicit height is provided

    • isDismissible: Whether the bottom sheet can be dismissed by user gestures