Bixby Developer Center

References

symbol

optionalmultiple allowedvalue required

When declaring an Enum primitive, you can use symbol declarations to specify the possible values.

Example

enum (Season) {
description (Names of the seasons)
symbol (Spring)
symbol (Summer)
symbol (Autumn)
symbol (Winter)
}

Child Keys

description
optional
Text that describes the defined symbols in a primitive