create Load Event
fun createLoadEvent(surfaceId: Int, 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)
Content copied to clipboard