Bixby Developer Center

References

external-link-badge

optional

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.

Note

Make sure that you are following the App Punch-Out policies if your on-click makes users exit Bixby.

Example

image-card {
.
.
.
on-click {
url (http://bixbydevelopers.com)
external-link-badge {
label (Bixby Developer Center)
}
}
}

Example of external-link-badge

Child Keys

label
optional
Text label displayed next to the badge