-
Game is being previewed – will not modify the VOGameData.
Declaration
Objective-C
VOGameModePreview
Swift
case preview = 0
-
Game is being created on a preset difficulty – will not modify the VOGameData
Declaration
Objective-C
VOGameModeCreating
Swift
case creating = 1
-
Game is being created on ‘Challenge’ difficulty – will modify the VOGameData
Declaration
Objective-C
VOGameModeCreatingChallenge
Swift
case creatingChallenge = 2
-
Game is being claimed – will modify the gameData
Declaration
Objective-C
VOGameModeClaiming
Swift
case claiming = 3
-
Game has been claimed and is being replayed – will modify the gameData
Declaration
Objective-C
VOGameModeClaimed
Swift
case claimed = 4