app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.imecatro.demosales.navigation.sales
/
SalesDestinations
/
SuccessDetails
Success
Details
@
Serializable
data
class
SuccessDetails
(
val
id
:
Long
)
Destination shown after a successful sale creation.
Members
Constructors
Success
Details
Link copied to clipboard
constructor
(
id
:
Long
)
Properties
id
Link copied to clipboard
val
id
:
Long
The ID of the created sale.