NetworkConfig
data class NetworkConfig(var preprocessHttpRequestCallback: PreprocessHttpRequestCallback? = null, var preprocessHttpResponseCallback: PreprocessHttpResponseCallback? = null) : Parcelable
The network configuration gives the ability to influence network requests. It enables preprocessing requests and processing responses.
Constructors
Link copied to clipboard
constructor(preprocessHttpRequestCallback: PreprocessHttpRequestCallback? = null, preprocessHttpResponseCallback: PreprocessHttpResponseCallback? = null)