Offline Transaction Issue Screen¶
The Offline Transaction Issue screen displays the error information if the current user's data is not able to be synchronized to the server.
Definition¶
@Composable
fun OfflineTransactionIssueScreen(
settings: OfflineTransactionIssueScreenSettings = OfflineTransactionIssueScreenSettings(),
userName: String,
email: String = "",
onBackButtonClick: ViewClickListener = {},
onMainButtonClick: ViewClickListener = {}
) { ... }
Example¶
OfflineTransactionIssueScreen(userName = "Frank", email = "frank@sap.com") {
//navigate to the main screen.
}
Last update: February 20, 2023