PrerenderStatusUpdated

@Serializable
data class PrerenderStatusUpdated(val key: PreloadingAttemptKey, val status: PreloadingStatus, val prerenderStatus: PrerenderFinalStatus? = null) : PreloadEvent(source)

Fired when a prerender attempt is updated.

Official doc

Constructors

Link copied to clipboard
constructor(key: PreloadingAttemptKey, status: PreloadingStatus, prerenderStatus: PrerenderFinalStatus? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard