BasicHttpProcessor.SetInterceptors(IList) Method

Definition

Sets the interceptor lists.

[Android.Runtime.Register("setInterceptors", "(Ljava/util/List;)V", "")]
public void SetInterceptors (System.Collections.IList? list);
[<Android.Runtime.Register("setInterceptors", "(Ljava/util/List;)V", "")>]
abstract member SetInterceptors : System.Collections.IList -> unit
override this.SetInterceptors : System.Collections.IList -> unit

Parameters

list
IList

the list of request and response interceptors from which to initialize

Implements

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to