Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
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
class NavScreenData