ExploreCategoryType

public enum ExploreCategoryType : String, Codable

List of available explore category type types.

Cases

  • Indicates that the explore category is of the mostPopularShows type.

    Declaration

    Swift

    case mostPopularShows = "most-popular-shows"
  • Indicates that the explore category is of the upcomingShows type.

    Declaration

    Swift

    case upcomingShows = "upcoming-shows"
  • Indicates that the explore category is of the upcomingShows type.

    Declaration

    Swift

    case newShows = "new-shows"
  • Indicates that the explore category is of the shows type.

    Declaration

    Swift

    case shows
  • Indicates that the explore category is of the mostPopularLiteratures type.

    Declaration

    Swift

    case mostPopularLiteratures = "most-popular-literatures"
  • Indicates that the explore category is of the upcomingLiteratures type.

    Declaration

    Swift

    case upcomingLiteratures = "upcoming-literatures"
  • Indicates that the explore category is of the upcomingLiteratures type.

    Declaration

    Swift

    case newLiteratures = "new-literatures"
  • Indicates that the explore category is of the literatures type.

    Declaration

    Swift

    case literatures
  • Indicates that the explore category is of the mostPopularGames type.

    Declaration

    Swift

    case mostPopularGames = "most-popular-games"
  • Indicates that the explore category is of the upcomingGames type.

    Declaration

    Swift

    case upcomingGames = "upcoming-games"
  • Indicates that the explore category is of the newGames type.

    Declaration

    Swift

    case newGames = "new-games"
  • Indicates that the explore category is of the games type.

    Declaration

    Swift

    case games
  • Indicates that the explore category is of the episodes type.

    Declaration

    Swift

    case episodes
  • Indicates that the explore category is of the songs type.

    Declaration

    Swift

    case songs
  • Indicates that the explore category is of the characters type.

    Declaration

    Swift

    case characters
  • Indicates that the explore category is of the people type.

    Declaration

    Swift

    case people
  • Indicates that the explore category is of the genres type.

    Declaration

    Swift

    case genres
  • Indicates that the explore category is of the themes type.

    Declaration

    Swift

    case themes