Bixby Developer Center

References

skip-track-button-visibility

optionalvalue optional

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.

Example

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.

Child Keys

value
optional
A value that matches one of the valid enumerated options of its parent key