Bixby Developer Center

References

store-sections

optional

Determines the collection of sections in the Marketplace store in which this capsule is visible. For more information, see the Place Your Capsule in Store Sections section in the Preparing for Release Developers' Guide.

Examples

    store-sections{
section (TravelAndTransportation)
}

View 698bec2 on GitHub

  store-sections {
section (GamesAndFun)
}

View 1e9150c on GitHub

You can add restrictions to the various store sections using the visibility-constraints:

capsule {
...
store-sections {
section (ArtAndLifestyle) {
visibility-constraints { // used to limit which store sections your capsule can be seen in
country-constraints { //one of the constraint options
//either
blocked-list {
block (US)
}
//or
allowed-list {
allow (KR)
}
}
}
}
}
}

Child Keys

section
optional
The specific section of the Marketplace store that this capsule is available