Package-level declarations
Types
Link copied to clipboard
Fragment that hosts the Settings screen, rendering SettingsScreen via Jetpack Compose.
Link copied to clipboard
class SettingsScreenViewModel(context: Context, credentialStorage: CredentialStorage, val config: SampleConfig) : <ERROR CLASS> ERROR CLASS: Symbol not found for ViewModel
ViewModel for the Settings screen. Exposes the static environment configuration, the product subscription keys, and the host application's build metadata, plus a destructive action to clear all locally-stored credentials.
Functions
Link copied to clipboard
fun SettingsScreen(navController: ERROR CLASS: Symbol not found for NavController??, snackStateFlow: ERROR CLASS: Symbol not found for SharedFlow<io/rekast/sdk/sample/utils/SnackBarComponentConfiguration>, viewModel: SettingsScreenViewModel?, onClearCredentials: () -> Unit = {})
Renders the Settings screen: the target environment, the product subscription keys (masked, with a Show/Hide toggle), the host app's build metadata, and a destructive "clear stored credentials" action.
Link copied to clipboard