toggle menu
Wow
3.16.8
jvm
switch theme
search in API
example-domain
/
me.ahoo.wow.example.domain.cart
/
Cart
/
onCommand
on
Command
@
OnCommand
(
returns
=
[
CartItemAdded::class
,
CartQuantityChanged::class
]
)
fun
onCommand
(
command
:
AddCartItem
)
:
Any
fun
onCommand
(
command
:
RemoveCartItem
)
:
CartItemRemoved
fun
onCommand
(
command
:
ChangeQuantity
)
:
CartQuantityChanged