If the user tries to ask for the next item or page but has reached the end of the list, this statement lets the user know that there are no more options. This key is used with the overflow-question
key.
page-content {
item-selection-question {
macro (HANDS_FREE_MOVIE_ITEM_SELECTION_QUESTION)
}
overflow-statement {
macro (HANDS_FREE_MOVIE_OVERFLOW_STATEMENT)
}
overflow-question {
macro (HANDS_FREE_MOVIE_OVERFLOW_QUESTION)
}
underflow-statement {
macro (HANDS_FREE_MOVIE_UNDERFLOW_STATEMENT)
}
}
The template macro definition:
macro-def (HANDS_FREE_MOVIE_OVERFLOW_STATEMENT) {
content {
template ("These are all the movies I have.")
}
}
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