Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard
fun Style.reportFirstContentDraw(isContentReady: Boolean = true, reporter: FirstDrawReporter): Style

Style prop that provides FirstDrawReporter to report the first draw after isContentReady is first set to true.

Link copied to clipboard

Provides a persistent FirstDrawReporter instance to trigger onDrawn callback immediately after the first draw for a given component. To bind returned reporter with a component, pass it via the Style.reportFirstContentDraw prop.