Platform

public enum Platform : String, CustomStringConvertible, Codable

Undocumented

  • osx

    Undocumented

    Declaration

    Swift

    case osx = "OSX"
  • Undocumented

    Declaration

    Swift

    case windows = "WINDOWS"
  • Undocumented

    Declaration

    Swift

    case linux = "LINUX"
  • Undocumented

    Declaration

    Swift

    case objc = "OBJC"
  • Undocumented

    Declaration

    Swift

    case swift = "SWIFT"
  • Undocumented

    Declaration

    Swift

    case android = "ANDROID"
  • Undocumented

    Declaration

    Swift

    case javascript = "JAVASCRIPT"
  • Declaration

    Swift

    public var description: String { get }