EventType

public enum EventType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case instancechange = "instanceChange"
  • Undocumented

    Declaration

    Swift

    case fleetrequestchange = "fleetRequestChange"
  • Undocumented

    Declaration

    Swift

    case error = "error"
  • Undocumented

    Declaration

    Swift

    case information = "information"
  • Declaration

    Swift

    public var description: String { get }