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