Bixby Developer Center

References

app-id

optionalvalue optional

Specify the application to control with the audio control component. If Bixby is controlling a third-party audio player app, specify its Android application ID with the app-id key to link the application to Bixby's audio control component. If this key is not specified, the Bixby client will use its built-in audio player with audio-control.

Example

result-view {
render {
layout {
section {
content {
audio-control {
app-id (com.example.meow)
album-art {
url (images/cat.png)
}
artist (Cool Cat)
title (Cat-ch Phrase)
}
}
}
}
}
}

Child Keys

macro
optional
Defines a layout, a portion of a layout, or a dialog with a macro
template
optional
Text to be passed
template-macro
optional
Encapsulates dialog logic that normally would lead to duplication