Package-level declarations

Types

Link copied to clipboard
interface INavScreen : Screen, Parcelable
Link copied to clipboard
abstract class NavScreen(val fillMaxSize: Boolean = true) : INavScreen

WICHTIG: data class nutzen, wegen android restore - ohne hashCode geht das bspw. nicht!

Link copied to clipboard
abstract class NavScreenContainer(val rootScreen: NavScreen, val supportRootBackButton: Boolean = false) : INavScreen, Parcelable

A NavScreen that contains a nested Navigator. The rootScreen is the first screen that is shown in the nested Navigator. The rootScreen is also used to provide the Toolbar and MenuItems for the nested Navigator, but can be overridden by the current screen in the nested Navigator.

Link copied to clipboard

Functions

Link copied to clipboard