Package-level declarations

Types

Link copied to clipboard
class MySale(val id: Long) : Parcelable

Parcelable class used for navigation within the ListAndDetailsSalesPane.

Link copied to clipboard
sealed class SalesDestinations

Defines the navigation destinations for the Sales feature.

Functions

Link copied to clipboard
fun ListAndDetailsSalesPane(onAddSale: () -> Unit = {}, onEditSale: (Long) -> Unit = {}, onDuplicateSale: (Long) -> Unit = {})

A Composable that provides an adaptive list-detail layout for sales.

Link copied to clipboard
inline fun <T : Any> NavGraphBuilder.salesFeature(navController: NavHostController)

Defines the navigation graph for the Sales feature.