autoInitialize to false and then call initializeClient manually.
You can wait until the client is ready by listening for initStatusChanged with status 'finished' (see onEvent).
Usage
Client init status events
You can listen to theinitStatusChanged event using the onEvent method.
Listening to the client init status changes
Available statuses
'uninitialized'- The client initialization has not started yet.'in-progress'- The client initialization is in progress.'finished'- The client initialization has finished.'failed'- The client initialization has failed.