Define an intent
or a URL to execute when the user taps on album artwork.
Here is an example with an intent
:
result-view {
render {
layout {
section {
content {
audio-control {
album-art {
url (https://example.com/meow.jpg)
size (Large)
on-click {
intent {
goal: GetAlbumInfo
}
}
}
artist (Cool Cat)
title (Cat-ch Phrase)
}
}
}
}
}
}
Here is an example with a URL:
result-view {
render {
layout {
section {
content {
audio-control {
album-art {
url (https://example.com/meow.jpg)
size (Large)
on-click {
url (https://www.exampleSite.com)
}
}
artist (Cool Cat)
title (Cat-ch Phrase)
}
}
}
}
}
}
Copyright 2025 Samsung All rights reserved