configureInterceptors static method

void configureInterceptors(
  1. List<UnifiedInterceptor> interceptors
)

Configure unified interceptors (invoked from UnifiedHttpClient.init)

Implementation

static void configureInterceptors(List<UnifiedInterceptor> interceptors) {
  _interceptors = interceptors;
}