Enumerations

The following enumerations are available globally.

  • Declaration

    Swift

    public enum HTTPMethod : String, Codable
  • Declaration

    Swift

    public enum ColorMode : String
    extension ColorMode: Codable
  • Declaration

    Swift

    public enum AnimationType : String
    extension AnimationType: Codable
  • Declaration

    Swift

    public enum ColorType : String
    extension ColorType: Codable
  • Declaration

    Swift

    public enum PluginConfiguration
    extension PluginConfiguration: Codable

Plugin configuration type

  • Declaration

    Swift

    public enum PluginConfigurationType : String
    extension PluginConfigurationType: Codable
  • Declaration

    Swift

    public enum PluginType : String
    extension PluginType: Codable
  • Declaration

    Swift

    public enum RyhthmMode : Int
    extension RyhthmMode: Codable
  • Declaration

    Swift

    public enum ShapeType : Int
    extension ShapeType: Codable

Error status

NetServiceDelegate