toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui
/
io.snabble.sdk.ui.cart.shoppingcart
/
UiState
Ui
State
data
class
UiState
(
val
items
:
List
<
CartItem
>
=
emptyList()
,
val
totalCartPrice
:
Int
?
=
null
)
Members
Constructors
Ui
State
Link copied to clipboard
constructor
(
items
:
List
<
CartItem
>
=
emptyList()
,
totalCartPrice
:
Int
?
=
null
)
Properties
items
Link copied to clipboard
val
items
:
List
<
CartItem
>
total
Cart
Price
Link copied to clipboard
val
totalCartPrice
:
Int
?
=
null