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
/
BrandPage
Brand
Page
@
Serializable
data
class
BrandPage
(
val
labelId
:
Int
,
val
uuid
:
String
=
UUID.randomUUID().toString()
)
:
ExampleRoute
Members
Constructors
Brand
Page
Link copied to clipboard
constructor
(
labelId
:
Int
,
uuid
:
String
=
UUID.randomUUID().toString()
)
Properties
label
Id
Link copied to clipboard
val
labelId
:
Int
uuid
Link copied to clipboard
val
uuid
:
String