RouteRemoveEvent

public enum RouteRemoveEvent

Represents the route removed event.

  • Indicates that the route has been removed.

    Declaration

    Swift

    case didRemoveRoute(route: Route, reason: RouteRemovedReason)