Package-level declarations

Types

Link copied to clipboard
class MyProduct(val id: Long, val mode: Int = 0) : Parcelable

Parcelable class used for navigation within the ListAndDetailsPane.

Link copied to clipboard

Navigation destinations for the Products feature.

Functions

Link copied to clipboard
fun ListAndDetailsPane(onAddProduct: () -> Unit = {}, onCreateCatalog: (List<Long>) -> Unit = {}, onEditProduct: (Long) -> Unit = {})

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

Link copied to clipboard

Defines the navigation graph for the Products feature.