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