BasketAction¶
-
public enum
BasketAction
¶
Enum Constants¶
ADDED¶
-
public static final BasketAction
ADDED
¶ The items were added to the basket.
FINALIZED¶
-
public static final BasketAction
FINALIZED
¶ Sent in response to the
BasketManager.finalizeBasket()
command.
MODIFIED¶
-
public static final BasketAction
MODIFIED
¶ The items were modified in the basket
REMOVED¶
-
public static final BasketAction
REMOVED
¶ The items were removed from the basket
UNKNOWN¶
-
public static final BasketAction
UNKNOWN
¶ Only used during error cases.