Bixby Developer Center

References

hide-none-button

optionalvalue required

Shows or hides the "None" button on selection prompts. The value of hide-none-button can be true or false:

  • If set to true, the "none" button will not be shown in the view.
  • If set to false (the default), the "none" button will be shown.

Example

input-view {
...
overrides {
hide-none-button (true)
}
}