ExecuteCallback

fun interface ExecuteCallback

Invoked immediately before the ImagePainter executes a new image request. Return 'true' to proceed with the request. Return 'false' to skip executing the request.

Types

Companion
Link copied to clipboard
object Companion

Functions

invoke
Link copied to clipboard
abstract operator fun invoke(previous: ImagePainter.Snapshot?, current: ImagePainter.Snapshot): Boolean