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
Router
item for the mediaDeclaration
Swift
var router: Router { get }