Bixby Developer Center

References

target-constraints

optional

Specifies language and device constraints for a single target via either an allowed-list or a blocked-list, but not both.

Examples

...
visibility-constraints {
target-constraints {
allow-list {
allow (en-US)
...
}
}
}
...
...
visibility-constraints {
target-constraints {
blocked-list {
block (bixby-mobile-ko-KR)
...
}
}
}
...

Child Keys

allowed-list
optional
Contains one or more allow keys specifying allowed values for a constraint
blocked-list
optional
Contains one or more block keys specifying blocked values for a constraint