NavigationStartDestinationConfig
@Serializable
This class configures the initial screen the application will be directed to upon launch. The application currently supports LauncherType.REGISTER and LauncherType.MAP screen as the entry point. This config defaults to launching a register with the rest of the properties obtained from the first NavigationItemConfig of the NavigationConfiguration
Constructors
Link copied to clipboard
constructor(id: String? = null, screenTitle: String? = null, launcherType: LauncherType = LauncherType.REGISTER)