WishlistItemState
public enum WishlistItemState
Describes the current wishlist item state.
- wishlisted: Indicates that the item is in a wishlist.
- unlisted: Indicates that the item is not in a wishlist.
-
Undocumented
Declaration
Swift
public enum WishlistItemState
-
Undocumented
Declaration
Swift
public enum WishlistItemState
-
Returns the reversed state of the current state.
Returns
The reversed state.Declaration
Swift
public func reverse() -> WishlistItemState
Return Value
The reversed state.