MPCommerceEventAction Constants Reference
Declared in | MPCommerceEvent.h |
---|
MPCommerceEventAction
Definition
typedef NS_ENUM(NSUInteger, MPCommerceEventAction ) {
MPCommerceEventActionAddToCart = 0,
MPCommerceEventActionRemoveFromCart,
MPCommerceEventActionAddToWishList,
MPCommerceEventActionRemoveFromWishlist,
MPCommerceEventActionCheckout,
MPCommerceEventActionCheckoutOptions,
MPCommerceEventActionClick,
MPCommerceEventActionViewDetail,
MPCommerceEventActionPurchase,
MPCommerceEventActionRefund,
};
Constants
MPCommerceEventActionAddToCart
-
Declared In
MPCommerceEvent.h
. MPCommerceEventActionRemoveFromCart
-
Declared In
MPCommerceEvent.h
. MPCommerceEventActionAddToWishList
-
Declared In
MPCommerceEvent.h
. MPCommerceEventActionRemoveFromWishlist
-
Declared In
MPCommerceEvent.h
. MPCommerceEventActionCheckout
-
Declared In
MPCommerceEvent.h
. MPCommerceEventActionCheckoutOptions
-
Declared In
MPCommerceEvent.h
. MPCommerceEventActionClick
-
Declared In
MPCommerceEvent.h
. MPCommerceEventActionViewDetail
-
Declared In
MPCommerceEvent.h
. MPCommerceEventActionPurchase
-
Declared In
MPCommerceEvent.h
. MPCommerceEventActionRefund
-
Declared In
MPCommerceEvent.h
.