A view that represents the detailed layout (as opposed to the summary layout). The detail-view
shows when the user taps on the summary or when the user taps on an item in an input-view
or result-view
for more information about that item.
state (Scheduled) {
expires (statusRefreshTime)
summary-view {
message {
template ("#{value(orderState)}")
}
primary{
template ("#{value(order)}")
}
}
detail-view {
layout-match (this) {
mode (Details)
}
}
}
You can read more about layout modes in the Developer's Guide.
A detail view cannot show dialogs unless the allow-dialogs-on-detail-pages
runtime flag is set.
conversation-drivers optional | Provides convenient shortcuts to related actions |
render optional | Renders the specified view for users |
Copyright 2025 Samsung All rights reserved