NavigationOptionsRemoveDelegate
public protocol NavigationOptionsRemoveDelegate : AnyObject
Important
This is a Public Preview API. It may be changed or removed at any time.-
Notifies the delegate that
Routeremoval process from aNavigationOptionshas 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: Navigation.OptionsError)
NavigationOptionsRemoveDelegate Protocol Reference