Companion
Properties
Sentinel value assigned to Client.dbPath when the client was created via createInMemory. No file exists at this path.
Process-wide control for automatic stream-lifecycle management. When true (the default), the first Client created registers a androidx.lifecycle.ProcessLifecycleOwner observer that parks the shared streaming wire while the app is backgrounded and revives it on foreground. The streaming wire is shared across every client in the process, so this is a process-global setting, not per-client: set it to false before creating your first client to opt out (e.g. to manage the lifecycle yourself).
Functions
Creates a Client backed by an in-memory SQLCipher database.
fetchServerConfiguration for an already-built ClientOptions.Api.
Read a deployment's configuration with no database, no client, and no credential (spec 006 CFG-081).
Sets the log level for the native log layer (logcat on Android). Use FfiLogLevel.TRACE to capture span/activity events. Independent of the persistent file log writer.