ConfigCard

fun ConfigCard(titleRes: Int, config: SampleConfig, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier)

A card that displays the SDK's static environment configuration — the target environment, provider callback host, API versions, and API user ID. Shared by the Setup and Settings screens so the two render the same set of fields consistently.

Parameters

titleRes

The card title string resource (e.g. "Configuration" or "Environment").

config

The static app configuration to display.

modifier

Modifier applied to the card.