GameChallengeResponseSetting
public struct GameChallengeResponseSetting : ChallengeResponseSetting, Equatable
Struct representing Challenge
response settings for Game Challenges.
-
Subtype of game challenge.
Declaration
Swift
public var subtype: String
-
Blob of game challenge.
Declaration
Swift
public var blob: String
-
HTML game of challenge.
Declaration
Swift
public var htmlGame: GameChallengeResponseSetting.Game?
-
Undocumented
Declaration
Swift
public init(subtype: String, blob: String, htmlGame: Game?)
-
Struct representing game related values for Game Challenges.
See moreDeclaration
Swift
public struct Game : Codable, Equatable
-
Declaration
Swift
public init(from decoder: Decoder) throws