Criteria
public enum Criteria : Hashable, Equatable
An enum type that determines how a products are matched.
-
The requirement rule will be met if any of the products have been purchased
Declaration
Swift
case any -
The requirement rule will be met only if all of the products have been purchased
Declaration
Swift
case all
View on GitHub
Criteria Enumeration Reference