addInterceptor method

NUIWebBuilder addInterceptor(
  1. NUIWebInterceptor interceptor
)

Implementation

NUIWebBuilder addInterceptor(NUIWebInterceptor interceptor){
  _interceptors.add(interceptor);
  return this;
}