NavigationStartDestinationConfig

@Serializable
data class NavigationStartDestinationConfig(val id: String? = null, val screenTitle: String? = null, val launcherType: LauncherType = LauncherType.REGISTER) : Parcelable

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)

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard
Link copied to clipboard
val screenTitle: String? = null

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)