AsyncImageModelEqualityDelegate

Determines equality between two models.

This allows you to control when rememberAsyncImagePainter, AsyncImage, and SubcomposeAsyncImage execute a new request and recompose due to a model change.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun equals(self: Any?, other: Any?): Boolean
Link copied to clipboard
abstract fun hashCode(self: Any?): Int