Bixby Developer Center

References

alias

optionalmultiple allowedvalue required

A single alternate name for when users interact with your capsule using named dispatch. You can have several alias keys, but they must all adhere to the Marketplace guidelines.

We recommend that you define this key to be approved for the Marketplace. For more information, see the Deploying Capsules Developers' Guide.

Example

// resources/en/capsule-info.bxb
capsule-info {
...
dispatch-name (ACME Maps)
dispatch-aliases {
alias (ACME map)
}
}
...
}