Challenges
-
Struct representing Challenge related values.
See moreDeclaration
Swift
public struct Challenge : Codableextension Challenge: Equatable -
Caseless enumeration with static methods to send Challenges Requests
See moreDeclaration
Swift
public enum ChallengesAPI -
Enumeration of network requests for Challenges.
See moreDeclaration
Swift
public enum ChallengesRequest : URLRequestConvertible
-
Represents a type for
Challengesecondary prizes.Declaration
Swift
public protocol SecondaryPrize : Decodable, Encodable
-
Represents a type for surveys.
See moreDeclaration
Swift
public protocol Survey : Decodable, Encodable
-
Enumeration of Survey Types.
See moreDeclaration
Swift
public enum SurveyType : String, Codable, Equatable
View on GitHub
Challenges Reference