Summarizes the list, typically by letting the user know how many options are available. This statement is only read at the beginning of this interaction with the user.
result-view {
render {
navigation-mode {
read-many {
page-size (3)
list-summary {
template ("I found #{size(this)} pizzas.")
}
page-content (selection) {
page-selection-question ("Do you want one of those?")
item-selection-question ("Which one do you want?")
...
}
}
}
}
}
When enhanced-list-navigation
is enabled, the list-summary
block will only be used when the device is in hands-free mode. Dialog for hands-on modes can be placed within message
blocks in your views.
macro optional | Defines a layout, a portion of a layout, or a dialog with a macro |
template optional | Text to be passed |
template-macro optional | Encapsulates dialog logic that normally would lead to duplication |
Copyright 2025 Samsung All rights reserved