SetupScreen
fun SetupScreen(navController: ERROR CLASS: Symbol not found for NavController??, snackStateFlow: ERROR CLASS: Symbol not found for SharedFlow<io/rekast/sdk/sample/utils/SnackBarComponentConfiguration>, viewModel: SetupScreenViewModel?, onRerunSetup: () -> Unit = {})
Renders the Setup & Config screen: the static SDK configuration, the live credential-provisioning status (which the bootstrap flow normally fills in invisibly), and a button to re-run bootstrap.
Parameters
navController
Used by the drawer; may be null in previews.
snackStateFlow
Flow of snackbar messages.
viewModel
Provides the config and credential status; null in previews.
onRerunSetup
Invoked when the user taps "Re-run Setup".