createLoadEvent

fun createLoadEvent(surfaceId: Int, viewId: Int, imageUri: String?, width: Int, height: Int): ImageLoadEvent


fun createLoadEvent(viewId: Int, imageUri: String?, width: Int, height: Int): ImageLoadEvent

Deprecated

Use the createLoadEvent version that explicitly takes surfaceId as an argument

Replace with

createLoadEvent(surfaceId, viewId, imageUri, width, height)