MyProduct

class MyProduct(val id: Long, val mode: Int = 0) : Parcelable

Parcelable class used for navigation within the ListAndDetailsPane.

Constructors

Link copied to clipboard
constructor(id: Long, mode: Int = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: Long

The ID of the product.

Link copied to clipboard
val mode: Int

The mode of the pane (e.g., details, categories).