Bixby Developer Center

References

match

required

The match pattern evaluated to decide which action is being confirmed. You must use the confirming link in the match pattern. The confirmation-view child keys on-confirm and on-abort both scope to this defined match pattern.

Note

The Confirmation node that this is being matched on must be a Boolean type that can be used to confirm the action

Example

    match {
core.Confirmation {
confirming {
CommitOrder (action)
}
}
}

View 0d3a029 on GitHub

Child Keys

any
optional
Use the wildcard underscore (_) to match any node, regardless of its type