Bixby Developer Center

References

targets

optional

List the locale and target device supported by the capsule. If omitted, the enabled flag defaults to true.

Note

On-device testing is currently only available for bixby-mobile targets. Public submissions are only available for bixby-mobile, bixby-watch, and bixby-fridge targets in the US and South Korean Marketplaces.

Example

targets {
// expands to all supported `bixby-mobile-en` target markets.
target (bixby-mobile-en)

// expands to all supported `bixby-mobile-ko` target markets.
target (bixby-mobile-ko)

// disables support for `bixby-mobile-ko-KR`
target (bixby-mobile-ko-KR) { enabled (false) }
}
    targets {
target (bixby-mobile-en-US)
target (bixby-mobile-ko-KR)
}

View 698bec2 on GitHub

  targets {
target (bixby-mobile-en-US)
target (bixby-mobile-ko-KR){enabled (false)}
}

View 1e9150c on GitHub

Child Keys

target
optional
A specific locale and device to support within a capsule