Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Swift
public enum GridOverlayColorScheme : String, CaseIterable -
Undocumented
See moreDeclaration
Swift
@objc public enum ScytherGesture : Int -
Enum class used for strongly tpying the current build environment. Conditions must be listed here to be used as conditions on the AppConfig object.
See moreDeclaration
Swift
public enum BuildType : String -
Enum representing different HTTP request/response models
See moreDeclaration
Swift
public enum HTTPModelShortType : String, CaseIterable -
Enum class used for strongly tpying A/B conditions. Conditions must be listed here to be used as conditions on the server.
See moreDeclaration
Swift
public enum Condition : String, CaseIterable -
Enum class used for strongly typing Operators such as !=, ==, etc.
See moreDeclaration
Swift
public enum Operator : String, CaseIterable
Enumerations Reference