Bixby Developer Center

Guides

6829 (Capsule Description Terms And Privacy Policy)

We've deprecated both privacy-policy-url and terms-url in the capsule-info.bxb file. You should instead define the appropriate documents in your legal.bxb file instead.

Deprecated:

capsule-info {
privacy-policy-url (https://my-capsule.com/privacy-policy)
terms-url (https://my-capsule.com/TandC)
...
}

New:

legal {
country-documents {
store-country(US)
privacy-policy {
url(https://my-capsule.com/privacy-policy)
}
terms-and-conditions {
url(https://my-capsule.com/TandC)
}
...
}
...
}

Deprecation Stages

Learn more about the deprecation stages.

  • Stage 1: R22B
  • Stage 2: R22E
  • End of Life: None