ResourceTransformCallback

This callback allows implementors to transform URLs before they are requested from the internet. This can be used add or remove custom parameters, or reroute certain requests to other servers or endpoints.

Functions

Link copied to clipboard
abstract fun onURL(kind: Int, url: String): String
Called whenever a URL needs to be transformed.