Challenges
-
Struct representing Challenge related values.
See moreDeclaration
Swift
public struct Challenge : Codable
extension 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
Challenge
secondary 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