Bixby Developer Center

References

album-art

optional

Specify metadata for album art appearance and behavior.

The url and size subkeys control the appearance of the album art; the on-click subkey can be used to specify an intent to execute when the user taps on the artwork.

Example

result-view {
render {
layout {
section {
content {
audio-control {
album-art {
url (https://example.com/meow.jpg)
size (Large)
}
artist (Cool Cat)
title (Cat-ch Phrase)
}
}
}
}
}
}

Child Keys

url
required
URL of cover art to display in the audio control component
on-click
optional
Define an intent or a URL to execute when the user taps on album artwork
size
optional
Specify the size of the album art to display with the control