UI_string_types

The different types of strings that are currently supported. This is only needed by method authors.

Values

ValueMeaning
UIT_NONE0
UIT_PROMPT

Prompt for a string

UIT_VERIFY

Prompt for a string and verify

UIT_BOOLEAN

Prompt for a yes/no response

UIT_INFO

Send info to the user

UIT_ERROR

Send an error message to the user

Meta