MessageKind

public enum MessageKind : String, Codable, Hashable, CaseIterable

Undocumented

  • Undocumented

    Declaration

    Swift

    case tripStart = "TRIP_START"
  • Undocumented

    Declaration

    Swift

    case vehicleIsApproaching = "VEHICLE_IS_APPROACHING"
  • Undocumented

    Declaration

    Swift

    case arrivingAtYourStop = "ARRIVING_AT_YOUR_STOP"
  • Undocumented

    Declaration

    Swift

    case nextStopIsYours = "NEXT_STOP_IS_YOURS"
  • Undocumented

    Declaration

    Swift

    case tripEnd = "TRIP_END"