TripRemoveDelegate
public protocol TripRemoveDelegate : AnyObject
Important
This is a Public Preview API. It may be changed or removed at any time.-
Notifies the delegate that
Routeremoval process from aTriphas been finished successfully, provides removedRouteUUID.Declaration
Swift
func routeRemoved(with id: UUID) -
Notifies the delegate that route removal process has been failed, provides error info.
Declaration
Swift
func routeRemovalFailed(with error: TripRemoveError)
TripRemoveDelegate Protocol Reference