Offline Network Issue Screen¶
The Offline Network Issue screen displays information on any network problems that might occur during the offline database synchronization process.

Definition¶
@Composable
fun OfflineNetworkIssueScreen(
settings: OfflineNetworkIssueScreenSettings = OfflineNetworkIssueScreenSettings(),
onBackButtonClick: ViewClickListener = {},
onMainButtonClick: ViewClickListener = {}
) { ... }
Example¶
OfflineNetworkIssueScreen {
//pop back
}
settings has a reference to IllustrationSettings to configure the icon on this screen, like what 'Activation Selection' screen does.
Last update: April 5, 2024