-
Unknown query method.
Declaration
Objective-C
SCQueryMethodUnknownSwift
case unknown = 0 -
Query above the specified category.
Declaration
Objective-C
SCQueryMethodAboveSwift
case above = 1 -
Query below the specified category.
Declaration
Objective-C
SCQueryMethodBelowSwift
case below = 2 -
Query above or below the specified category.
Declaration
Objective-C
SCQueryMethodAboveOrBelowSwift
case aboveOrBelow = 3 -
Query within the specified category.
Declaration
Objective-C
SCQueryMethodAtSwift
case at = 4
Install in Dash
SCQueryMethod Enumeration Reference