RenderCompleteEvent
An Event that is triggered when a component is render complete.
Parameters
renderState
is RENDER_DRAWN if the component has mounted (i.e. on the screen), or RENDER_ADDED if not, or FAILED_EXCEED_MAX_ATTEMPTS if we cannot determine its state in the maximum attempts.
timestampMillis
is the timestamp when the component is rendered complete, computed using SystemClock.uptimeMillis.
Types
Link copied to clipboard
enum RenderState