createErrorEvent

fun createErrorEvent(surfaceId: Int, viewId: Int, throwable: Throwable): ImageLoadEvent


Deprecated

Use the createErrorEvent version that explicitly takes surfaceId as an argument

Replace with

createErrorEvent(surfaceId, viewId, throwable)