SupportType
enum SupportType
Enumeration used when the user taps a button to get help, see TKUIRoutingResultsCard.Configuration.contactCustomerSupport
-
User tried querying for a from/to pair that isn’t supported yet
Declaration
Swift
case unsupportedQuery(TripRequest)
-
User encountered an unidentifier routing error
Declaration
Swift
case routingError(Error, TripRequest)