Interface

ThreePaneScaffoldOverride

Interface that allows libraries to override the behavior of ThreePaneScaffold.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
@ExperimentalMaterial3AdaptiveComponentOverrideApi
interface ThreePaneScaffoldOverride

Interface that allows libraries to override the behavior of ThreePaneScaffold.

To override this component, implement the member function of this interface, then provide the implementation to LocalThreePaneScaffoldOverride in the Compose hierarchy.

Functions

@Composable fun ThreePaneScaffoldOverrideScope.ThreePaneScaffold()

Behavior function that is called by the ThreePaneScaffold composable.