Factory

fun interface Factory

A factory that creates the new singleton ImageLoader.

To configure how the singleton ImageLoader is created either:

Functions

Link copied to clipboard
abstract fun newImageLoader(context: PlatformContext): ImageLoader

Return a new ImageLoader.