Bixby Developer Center

References

size

optionalvalue optional

Specify the size of the album art to display with the control.

There are two valid values:

  • Large
  • Small

The actual sizes of Large and Small are client-dependent. If the size key is not set, a default size will be used; whether the default size is Large or Small is client-dependent.

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

You can use size within an if-else block to choose the size dynamically.

Child Keys

value
optional
The size value of the album art