Strategy
public enum Strategy
The strategy to be used by NavigationDelayingInterceptor
- wait: Wait while some
UIViewController
is being presented or dismissed. - abort: Abort tha navigation if some
UIViewController
is being presented or dismissed.