Render Context Event
data class RenderContextEvent(val type: RenderContextEventType, val eglErrorCode: Int, val eglErrorName: String, val operation: String)
Event payload emitted from native rendering when EGL context incidents occur.
Constructors
Link copied to clipboard
constructor(type: RenderContextEventType, eglErrorCode: Int, eglErrorName: String, operation: String)