RendererTermination

data class RendererTermination(val status: RendererStatus, val errorCode: Int)

A renderer-process termination for the page, delivered via CefriumViewState.rendererTermination. errorCode is the platform error code (0 if none).

Constructors

Link copied to clipboard
constructor(status: RendererStatus, errorCode: Int)

Properties

Link copied to clipboard
Link copied to clipboard