Adds a badge to the parent component, indicating to users that tapping on the component takes them out of Bixby to an external application. You should add this component to your on-click
definition if tapping on this component will navigate the user away from Bixby. An external link badge will display automatically if you specify a URL in your on-click
definition. If you want to add a label to your external link badge, specify the external-link-badge
key like in the example below.
Make sure that you are following the App Punch-Out policies if your on-click
makes users exit Bixby.
image-card {
.
.
.
on-click {
url (http://bixbydevelopers.com)
external-link-badge {
label (Bixby Developer Center)
}
}
}
label optional | Text label displayed next to the badge |
Copyright 2025 Samsung All rights reserved