Class that describes the different navigation suite types of the NavigationSuiteScaffold.

The NavigationSuiteType informs the NavigationSuite of what navigation component to expect.

Summary

Public companion properties

NavigationSuiteType

A navigation suite type that instructs the NavigationSuite to expect a NavigationBar that will be displayed at the bottom of the screen.

Cmn
NavigationSuiteType

A navigation suite type that instructs the NavigationSuite to expect a PermanentDrawerSheet that will be displayed at the start of the screen.

Cmn
NavigationSuiteType

A navigation suite type that instructs the NavigationSuite to expect a NavigationRail that will be displayed at the start of the screen.

Cmn
NavigationSuiteType

A navigation suite type that instructs the NavigationSuite to not display any navigation components on the screen.

Cmn

Public functions

open String
Cmn

Public companion properties

val NavigationBarNavigationSuiteType

A navigation suite type that instructs the NavigationSuite to expect a NavigationBar that will be displayed at the bottom of the screen.

See also
NavigationBar
val NavigationDrawerNavigationSuiteType

A navigation suite type that instructs the NavigationSuite to expect a PermanentDrawerSheet that will be displayed at the start of the screen.

val NavigationRailNavigationSuiteType

A navigation suite type that instructs the NavigationSuite to expect a NavigationRail that will be displayed at the start of the screen.

See also
NavigationRail

None

val NoneNavigationSuiteType

A navigation suite type that instructs the NavigationSuite to not display any navigation components on the screen.

Public functions

toString

open fun toString(): String