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