If declared, the system will prompt the user for confirmation when navigating away from the transaction with an existing Transaction
. If undeclared, the system will not prompt a user when they navigate away from the current transaction and start a new one. The system will transparently cancel and clear the existing Transaction
.
transaction-support {
match {
MyTransaction
}
confirm-on-abandon {
message ("Are you sure you want to abandon your current transaction?")
}
}
Copyright 2025 Samsung All rights reserved