// enum used when a certain TV app is being used enum ActiveApp { Netflix, Hulu, AmazonPrime, Pandora, Spotify, Crunchyroll, Funimation, VRV, } // enum used to select what kind of TV you are using enum TV { Roku, Android, Samsung, Amazon, }