Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public enum GridOverlayColorScheme : String, CaseIterable
  • Undocumented

    See more

    Declaration

    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 more

    Declaration

    Swift

    public enum BuildType : String
  • Enum representing different HTTP request/response models

    See more

    Declaration

    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 more

    Declaration

    Swift

    public enum Condition : String, CaseIterable
  • Enum class used for strongly typing Operators such as !=, ==, etc.

    See more

    Declaration

    Swift

    public enum Operator : String, CaseIterable