Bixby Developer Center

References

blocked-list

optional

Contains one or more block keys specifying blocked values for a constraint. An item matching any of the specified regular expressions satisfies the constraint and is considered blocked.

Examples

The follow examples show how to use the block key in various situations:

Store Sections Example

capsule{
...
store-sections {
section (MusicAndAudio)
section (ArtAndLifestyle) {
visibility-constraints {
country-constraints {
blocked-list {
block (UK)
}
}
}
}
}
...
}

NL Category Example

capsule {
...
capsule-categories {
category (News)
category (Podcast) {
visibility-constraints {
language-constraints {
blocked-list {
block (en-GB)
}
}
}
}
}
}

Permissions Example

capsule {
...
permissions {
device-location-access {
restrictions {
language-constraints {
blocked-list {
block (ko-KR)
}
}
}
}
}
}

Library Permissions Example

capsule {
...
library-permission (my-capsule:photos) {
restrictions {
target-constraints {
blocked-list {
block (bixby-mobile-en-US)
}
}
}
}
}

Child Keys

block
required
Indicates a specific entry to disallow