Media
enum Media : String, CaseIterable
The media we cab show in the shelf
-
Random movies
Declaration
Swift
case randomMovies = "Random Movies" -
Unwatched movies
Declaration
Swift
case unwatchedMovies = "Unwatched Movies" -
Unwatched episodes
Declaration
Swift
case unwatchedEpisodes = "Unwatched Episodes" -
The corresponding
Routeritem for the mediaDeclaration
Swift
var router: Router { get }
View on GitHub
Media Enumeration Reference