CronetRequestFactory

interface CronetRequestFactory

Factory to build custom cronet requests.

Functions

Link copied to clipboard
abstract fun newRequest(    url: String,     requestPriority: Int,     headers: Map<String, String>,     listener: Callback): Builder

Inheritors

Link copied to clipboard