Package-level declarations
Types
Link copied to clipboard
Fragment that hosts the Setup & Config screen, rendering SetupScreen via Jetpack Compose.
Link copied to clipboard
class SetupScreenViewModel(credentialStorage: CredentialStorage, val config: SampleConfig) : <ERROR CLASS> ERROR CLASS: Symbol not found for ViewModel
ViewModel for the Setup & Config screen. Surfaces the otherwise-invisible credential bootstrap by reading the current provisioning state from CredentialStorage and the static SampleConfig.
Functions
Link copied to clipboard
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.
Link copied to clipboard