androidx.compose.material3.adaptive.navigationsuite
Interfaces
NavigationSuiteScaffoldOverride |
Interface that allows libraries to override the behavior of the |
Cmn
|
NavigationSuiteScaffoldState |
A state object that can be hoisted to observe the navigation suite scaffold state. |
Cmn
|
NavigationSuiteScaffoldWithPrimaryActionOverride |
Interface that allows libraries to override the behavior of the |
Cmn
|
NavigationSuiteScope |
The scope associated with the |
Cmn
|
Classes
NavigationSuiteColors |
Represents the colors of a |
Cmn
|
NavigationSuiteItemColors |
Represents the colors of a |
Cmn
|
NavigationSuiteScaffoldOverrideScope |
Parameters available to |
Cmn
|
NavigationSuiteScaffoldWithPrimaryActionOverrideScope |
Parameters available to |
Cmn
|
NavigationSuiteType |
Class that describes the different navigation suite types of the |
Cmn
|
Objects
DefaultNavigationSuiteScaffoldOverride |
This override provides the default behavior of the |
Cmn
|
DefaultNavigationSuiteScaffoldWithPrimaryActionOverride |
This override provides the default behavior of the |
Cmn
|
NavigationSuiteDefaults |
Contains the default values used by the |
Cmn
|
NavigationSuiteScaffoldDefaults |
Contains the default values used by the |
Cmn
|
Annotations
Enums
NavigationSuiteScaffoldValue |
Possible values of |
Cmn
|
Composables
NavigationSuite |
The default Material navigation component according to the current |
Cmn
|
NavigationSuiteItem |
The default Material navigation item component according to the current |
Cmn
|
NavigationSuiteScaffold |
The Navigation Suite Scaffold wraps the provided content and places the adequate provided navigation component on the screen according to the current |
Cmn
|
NavigationSuiteScaffoldLayout |
Layout for a |
Cmn
|
rememberNavigationSuiteScaffoldState |
Create and |
Cmn
|
Top-level properties summary
ProvidableCompositionLocal<NavigationSuiteScaffoldOverride> |
CompositionLocal containing the currently-selected |
Cmn
|
ProvidableCompositionLocal<NavigationSuiteScaffoldWithPrimaryActionOverride> |
@ExperimentalMaterial3AdaptiveComponentOverrideApiCompositionLocal containing the currently-selected |
Cmn
|
Top-level properties
LocalNavigationSuiteScaffoldOverride
@ExperimentalMaterial3AdaptiveComponentOverrideApi
val LocalNavigationSuiteScaffoldOverride: ProvidableCompositionLocal<NavigationSuiteScaffoldOverride>
CompositionLocal containing the currently-selected NavigationSuiteScaffoldOverride.
LocalNavigationSuiteScaffoldWithPrimaryActionOverride
@ExperimentalMaterial3AdaptiveComponentOverrideApi
val LocalNavigationSuiteScaffoldWithPrimaryActionOverride: ProvidableCompositionLocal<NavigationSuiteScaffoldWithPrimaryActionOverride>
CompositionLocal containing the currently-selected NavigationSuiteScaffoldWithPrimaryActionOverride.