Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetSavedNotificationSounds
Synopsis
Documentation
data GetSavedNotificationSounds Source #
Returns the list of saved notification sounds. If a sound isn't in the list, then default sound needs to be used. Returns NotificationSounds
Constructors
GetSavedNotificationSounds |
Instances
ToJSON GetSavedNotificationSounds Source # | |
Defined in TD.Query.GetSavedNotificationSounds Methods toJSON :: GetSavedNotificationSounds -> Value # toEncoding :: GetSavedNotificationSounds -> Encoding # toJSONList :: [GetSavedNotificationSounds] -> Value # toEncodingList :: [GetSavedNotificationSounds] -> Encoding # | |
Show GetSavedNotificationSounds Source # | |
Defined in TD.Query.GetSavedNotificationSounds Methods showsPrec :: Int -> GetSavedNotificationSounds -> ShowS # show :: GetSavedNotificationSounds -> String # showList :: [GetSavedNotificationSounds] -> ShowS # | |
Eq GetSavedNotificationSounds Source # | |
Defined in TD.Query.GetSavedNotificationSounds Methods (==) :: GetSavedNotificationSounds -> GetSavedNotificationSounds -> Bool # (/=) :: GetSavedNotificationSounds -> GetSavedNotificationSounds -> Bool # | |
ShortShow GetSavedNotificationSounds Source # | |
Defined in TD.Query.GetSavedNotificationSounds Methods |