Bixby Developer Center

References

on-click

optional

Define an intent or a URL to execute when the user taps on album artwork.

Example

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)
}
}
}
}
}
}

Child Keys

url
optional
The URL to navigate users to when they tap on the component
intent
optional
A set of signals that the Bixby planner interprets to create a plan