Companion

object Companion

Properties

Link copied to clipboard
const val ON_ERROR: Int = 1
Link copied to clipboard
const val ON_LOAD: Int = 2
Link copied to clipboard
const val ON_LOAD_END: Int = 3
Link copied to clipboard
const val ON_LOAD_START: Int = 4
Link copied to clipboard
const val ON_PROGRESS: Int = 5

Functions

Link copied to clipboard
fun createErrorEvent(surfaceId: Int, viewId: Int, throwable: Throwable): ImageLoadEvent
Link copied to clipboard
Link copied to clipboard
fun createLoadEvent(viewId: Int, imageUri: String?, width: Int, height: Int): ImageLoadEvent
fun createLoadEvent(surfaceId: Int, viewId: Int, imageUri: String?, width: Int, height: Int): ImageLoadEvent
Link copied to clipboard
fun createProgressEvent(viewId: Int, imageUri: String?, loaded: Int, total: Int): ImageLoadEvent
fun createProgressEvent(surfaceId: Int, viewId: Int, imageUri: String?, loaded: Int, total: Int): ImageLoadEvent
Link copied to clipboard