Updated: June 7, 2021
We've deprecated the payment-selection
Views component, in continuing our deprecation of SPS-related functionality. If you are currently using SPS, you should now punch the user out to the app or website to complete the transaction.
Learn more about the deprecation stages.
Updated: May 12, 2021
We've deprecated the Samsung Payment Service (SPS), which was available only to specific developers. If you are currently using SPS, you should now punch the user out to the app or website to complete the transaction.
Learn more about the deprecation stages.
If your capsule currently requests device-location-access
within permission-link
, Bixby now shows an icon next to the text:
We've added a permission-link
component that allows you to display a link within a layout that users can click to grant a specific permission.
input-view {
match: ...
render {
layout {
section {
content {
permission-link {
text (Provide location access for better results) // required
device-location-access
on-allow { // required
intent {
goal {
myRadioPlayer.PlayRadio @context (Outer)
}
value {
myRadioPlayer.PlayRadio.Local (true)
}
}
}
on-deny { // optional
intent {
goal {
myRadioPlayer.PlayRadio @context (Outer)
}
value {
myRadioPlayer.PlayRadio.Local (false)
}
}
}
}
}
}
}
}
}
The fridge device type now supports capsule lock.
Bixby does not support wildcards (_) when used with confirming
link match patterns.
Learn more about the deprecation stages.
We've deprecated support for the equal-parents
key. You should use the inherit-predicates
key instead.
Learn more about the deprecation stages.