Bixby Developer Center

References

confirm-options

optional

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.

Examples

  confirm-options {
label {
if (exists(action.receipt)) {
template ("Yes")
}
}
}

View 9e597a8 on GitHub

   confirm-options {
label {
if (exists(action.receipt)) {
macro (CancelOrder)
}
}
}

View 84cc015 on GitHub

Child Keys

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