Yes/No
Overview
The YesNoType
enum is utilized in the Intail App to represent boolean values in a more human-readable form. This enum is critical in scenarios where a simple yes or no response is required.
Enum Values
Enum Value | Description |
---|---|
YES | Represents a positive or affirmative action, equivalent to true . |
NO | Represents a negative or dissenting action, equivalent to false . |
This table format provides a clear understanding of the YesNoType
enum, making it easy for users to interpret boolean values in a more intuitive way within the Intail App.