staffstart-android-sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
staffstart-android-sdk
example
/
com.vanish.standard.example.ui.components
/
ExampleRoute
/
ProductDetail
Product
Detail
@
Serializable
data
class
ProductDetail
(
val
baseProductCode
:
String
?
,
val
uuid
:
String
=
UUID.randomUUID().toString()
)
:
ExampleRoute
Members
Constructors
Product
Detail
Link copied to clipboard
constructor
(
baseProductCode
:
String
?
,
uuid
:
String
=
UUID.randomUUID().toString()
)
Properties
base
Product
Code
Link copied to clipboard
val
baseProductCode
:
String
?
uuid
Link copied to clipboard
val
uuid
:
String