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 Route removal process from a NavigationOptions has been finished successfully, provides removed Route UUID.

    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)