RealTime

public enum RealTime : Hashable

Undocumented

  • We don’t have real-time for this kind of service

    Declaration

    Swift

    case notApplicable
  • Services like this can have real-time, but this doesn’t

    Declaration

    Swift

    case notAvailable
  • Undocumented

    Declaration

    Swift

    case onTime
  • Undocumented

    Declaration

    Swift

    case early(minutes: Int, before: Date)
  • Undocumented

    Declaration

    Swift

    case late(minutes: Int, after: Date)
  • Undocumented

    Declaration

    Swift

    case canceled