ItineraryFetchDelegate
public protocol ItineraryFetchDelegate : AnyObject
Notified of the ItineraryResult fetch
-
Called when the results have successfully been fetched
- result: The
ItineraryResult
that was fetched and merged
Declaration
Swift
func itineraryFetchDidSucceedWith(_ result: ItineraryResult)
- result: The
-
Called when there was an error fetching the results
- error: The
Error
that caused the issue
Declaration
Swift
func itineraryFetchDidFailWith(_ error: Error)
- error: The