Container for the confirmation options, which determines what happens if a user confirms a choice. The label
is the text shown in the on-confirm
action button.
confirm-options {
label {
if (exists(action.receipt)) {
template ("Yes")
}
}
}
confirm-options {
label {
if (exists(action.receipt)) {
macro (CancelOrder)
}
}
}
label optional | Text applied to action button in a confirmation view |
on-confirm optional | The validation applied after the user confirms a transaction but before the transaction commits |
Copyright 2025 Samsung All rights reserved