ComposedRoutingObserver

public protocol ComposedRoutingObserver : RoutingObserver

Undocumented

  • Add an instance observing controllers before they are presented

    Declaration

    Swift

    func add(routingObserver: RoutingObserver, priority: Int, routePattern: String?)

    Parameters

    routingObserver

    An instance observing controllers before they are presented

    priority

    The priority for calling your provider, higher priorities are called first. (Defaults to 0)

    routePattern

    The route pattern to call this observer, the observer is called for every route if this pattern is nil