CallInResult
enum CallInResult : String, Codable, Sendable
The result of calling in a possible answer for a puzzle.
-
The call-in was not recognized
Declaration
Swift
case incorrect
-
The call-in was not the answer, but was recognized and yielded a clue phrase.
Declaration
Swift
case hint
-
The call-in was the correct answer, and the puzzle is now solved.
Declaration
Swift
case correct