Control whether the skip track button is shown in the component.
There are three valid values:
AlwaysEnabled
: always show the skip track button.Hidden
: never show the skip track button.Default
: let the client choose whether to show the skip track button based on the media API.result-view {
render {
layout {
section {
content {
audio-control {
album-art {
url (https://example.com/meow.jpg)
}
artist (Cool Cat)
title (Cat-ch Phrase)
skip-track-button-visibility (AlwaysEnabled)
}
}
}
}
}
}
You can use skip-track-button-visibility
within an if-else
block to choose the visibility dynamically.
value optional | A value that matches one of the valid enumerated options of its parent key |
Copyright 2025 Samsung All rights reserved