Initialization

Initialization for the Kotlin SDK.

Initialize

val options = SoasapOptions("YOUR_API_KEY").apply { preloadFlags = true }
SoasapClient(options).use { client -> }

Loads cache, opens SSE, and hydrates the local snapshot without blocking evaluation.