Enum SwitchControlType

SwitchControlType

Type of a Switch widget control.

To call an enum, you call its parent class, name, and property. For example, CardService.SwitchControlType.SWITCH.

Properties

PropertyTypeDescription
SWITCHEnumToggle-styled control for a switch widget. Default.
CHECK_BOXEnumCheckbox-styled control for a switch widget.