Bixby Developer Center

References

legal

optional

Defines the set country-specific legal agreements for your capsule. For each country that your capsule will be made available in, you should specify the appropriate legal agreements. For more information, see the Provide Legal Agreements section in the Preparing for Release Developers' Guide.

If your capsule is available in certain countries, make sure you are meeting that country's legal policies. Specifically, additional-terms-and-conditions and cross-border-data-transfer are required in certain situations when that capsule is available in the Korean store country. Check those specific keys for more information.

You must define this key to be approved for the Marketplace. For more information, see the Deploying Capsules Developers' Guide.

You should place this legal.bxb file in your capsule's root directory.

Example

legal {
country-documents {
store-country(US)
terms-and-conditions {
url(https://my-capsules-toc.us.com/)
}
privacy-policy {
url(https://my-capsules-privacy-policy.us.com/)
}
additional-terms-and-conditions {
url(https://my-capsules-addl-toc.us.come/)
}
cross-border-data-transfer {
url(https://my-capsules-cbdt.us.com/)
}
}
country-documents {
store-country(CA)
store-country(MX)
terms-and-conditions {
url(https://my-capsules-toc.com)
}
privacy-policy {
url(https://my-capsules-privacy-policy.com/)
}
}

country-documents {
store-country(CA)
additional-terms-and-conditions {
url(https://my-capsules-addl-toc.ca.com/)
}
}
}

Child Keys

country-documents
optional
Block key that contains a country's legal documents