Bixby Developer Center

References

relax-inputs-on-confirmation-denial

optionalvalue optional

Change how to handle cases when the user denies a confirmation prompt. If this flag is false (the default), Bixby will halt the request's execution or, if one has been provided, execute the confirmation view's on-abort plan. If the flag is true, Bixby will skip the execution of the denied action. Any inputs depending on the action's output will have their input constraints relaxed if possible.

This functionality is useful for confirmations defined in library capsules, where the library function cannot define capsule-appropriate on-abort handling but might not want to halt the capsule's execution when a confirmation is denied.

This runtime flag is disabled by default in all runtime versions.

Example

capsule {
...
runtime-version (8) {
overrides {
relax-inputs-on-confirmation-denial (true)
}
}
}