after Render
open override fun afterRender(listener: (RenderData) -> Unit): Subscription
Content copied to clipboard
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