afterRender

abstract fun afterRender(listener: (RenderData) -> Unit): Subscription

Adds a callback which will be called after every render. Note that this operation should be very fast otherwise it will block the rendering. Very fast is <1ms.

Sources

(source)
Link copied to clipboard