StreamType

public enum StreamType : String, Codable

Type specific to StreamResponse see https://dev.twitch.tv/docs/api/reference/#get-followed-streams

  • Undocumented

    Declaration

    Swift

    case live
  • Undocumented

    Declaration

    Swift

    case vodcast
  • Undocumented

    Declaration

    Swift

    case none = ""
  • all

    Undocumented

    Declaration

    Swift

    case all