Page.onReady method

Sets the handler for when the page has finished loading and begun rendering. The splash screen should be visible by this point.

Signature

onReady(handler: () => void): void;

Parameters

Name Type Optional Description
handler () => void No

Returns

void