Bixby Developer Center

References

payload-uri

optionalvalue optional

Embedded template for the app launch URI. If you can't encode your app launch parameters in the URI, consider using payload-mapper instead.

result-view {
match : ShareViaResult (this)
message("") // override empty string to avoid displaying default result dialog. If you want to debug, you can print `#{value(this.uri)}` here instead
app-launch {
payload-uri ("#{value(this.uri)}")
}
render{
layout{
section{
content{
paragraph{
value("Share Via view")
}
}
}
}
}
}

View master on GitHub

Caution

Your payload-uri is not allowed to specify any dangerous permissions, such as accessing the user's contacts or calendars. If your capsule needs this level of access, consider using an appropriate Bixby library capsule.

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