Execute Callback
fun interface ExecuteCallback
Content copied to clipboard
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
Functions
invoke
Link copied to clipboard
abstract operator fun invoke(previous: ImagePainter.Snapshot?, current: ImagePainter.Snapshot): Boolean
Content copied to clipboard