Skip to main content

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 ValueDescription
YESRepresents a positive or affirmative action, equivalent to true.
NORepresents 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.