Enumerations
The following enumerations are available globally.
-
Represents a cheermote type, matches server: https://dev.twitch.tv/docs/api/reference/#get-cheermotes
See moreDeclaration
Swift
public enum CheermoteType : String, Codable -
Code status options mirroring: https://dev.twitch.tv/docs/api/reference/#get-code-status
See moreDeclaration
Swift
public enum CodeSuccessStatus : String, Codable -
Reward status as mapped in the API: https://dev.twitch.tv/docs/api/reference/#get-custom-reward-redemption
See moreDeclaration
Swift
public enum RewardStatus : String, Codable -
Undocumented
See moreDeclaration
Swift
public enum EntitlementFulfillmentStatus : String, Codable -
Undocumented
See moreDeclaration
Swift
public enum HypeTrainContributionType : String, Codable -
Type specific to
See moreStreamResponsesee https://dev.twitch.tv/docs/api/reference/#get-followed-streamsDeclaration
Swift
public enum StreamType : String, Codable -
Represents the status of the updated entitlements as part of the
See moreUpdateEntitlementsResponseobjectDeclaration
Swift
public enum UpdatedEntitlementStatus : String, Codable -
Undocumented
See moreDeclaration
Swift
public enum BroadcasterType : String, Codable -
Undocumented
See moreDeclaration
Swift
public enum UserType : String, Codable -
Valid options for the user extension type see: https://dev.twitch.tv/docs/api/reference/#get-user-extensions
See moreDeclaration
Swift
public enum ExtensionType : String, Codable -
Viewable type on the video response object see https://dev.twitch.tv/docs/api/reference/#get-videos
See moreDeclaration
Swift
public enum Viewable : String, Codable -
Allowable types for the video response object see https://dev.twitch.tv/docs/api/reference/#get-videos
See moreDeclaration
Swift
public enum VideoType : String, Codable -
Error for authentication requests.
See moreDeclaration
Swift
public enum AuthorizationError : Error -
Result of a network request.
See moreDeclaration
Swift
public enum Result<T> -
Error for parsing URL Requests.
See moreDeclaration
Swift
public enum ParsingError : Error -
Error in the network layer.
See moreDeclaration
Swift
public enum NetworkJSONServiceError : Error -
Undocumented
See moreDeclaration
Swift
public enum HTTPMethod : String
Enumerations Reference