Enables you to conditionally determine if an action requires a confirmation or to change the type of confirmation required.
confirm {
if (myInput > 65) {
by (MyConfirmation)
}
}
confirm {
by (core.Confirmation)
}
confirm {
by (CancelConfirmation)
}
by optional | Allows you to conditionally determine which NodeID you want to use to confirm an action, which in turn determines which confirmation-view to use |
Copyright 2025 Samsung All rights reserved