Bixby Developer Center

References

no-fallback-to-result-collections

optionalvalue optional

Changes how Bixby reacts if a view is not available or if the view does not have a render block.

When enabled, Bixby renders nothing.

When disabled, Bixby falls back to displaying the collection of results from the legacy layouts. If you do not use the legacy layouts, this should not affect your capsule.

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

Example

capsule {
...
runtime-version (2) {
overrides {
no-fallback-to-result-collections (true)
}
}
}