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
-
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
-
Declaration
Swift
public enum APIErrorStatus : Int
extension APIErrorStatus: Codable
-
Declaration
Swift
public enum CommandRequest
-
Declaration
Swift
public enum DeviceAddressResolverError : Error