resolveUri

fun resolveUri(uri: Uri, result: Drawable)

Intercept any requests to load uri and respond those immediately with the given Drawable.

The given resolution will be applied until stop or reset are called.