setupBlocking

fun setupBlocking(app: Application, config: Config? = null)

The blocking version of .setup

Blocks until every initialization is completed, that includes waiting for necessary network calls if bundled data is not provided.

If all needed bundled data is provided (See Config), initialization requires no network calls.

Throws

If an error occurs while initializing the sdk.