setOffline

abstract fun setOffline(isOffline: Boolean)

Set this image loader offline. In offline mode, the image loader should only load locally cached images.

Parameters

isOffline

whether this image loader is offline.