Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.AddSavedNotificationSound
Synopsis
Documentation
data AddSavedNotificationSound Source #
Adds a new notification sound to the list of saved notification sounds. The new notification sound is added to the top of the list. If it is already in the list, its position isn't changed. Returns NotificationSound
Constructors
AddSavedNotificationSound | |
Instances
ToJSON AddSavedNotificationSound Source # | |
Defined in TD.Query.AddSavedNotificationSound Methods toJSON :: AddSavedNotificationSound -> Value # toEncoding :: AddSavedNotificationSound -> Encoding # toJSONList :: [AddSavedNotificationSound] -> Value # | |
Show AddSavedNotificationSound Source # | |
Defined in TD.Query.AddSavedNotificationSound Methods showsPrec :: Int -> AddSavedNotificationSound -> ShowS # show :: AddSavedNotificationSound -> String # showList :: [AddSavedNotificationSound] -> ShowS # | |
Eq AddSavedNotificationSound Source # | |
Defined in TD.Query.AddSavedNotificationSound Methods (==) :: AddSavedNotificationSound -> AddSavedNotificationSound -> Bool # (/=) :: AddSavedNotificationSound -> AddSavedNotificationSound -> Bool # | |
ShortShow AddSavedNotificationSound Source # | |
Defined in TD.Query.AddSavedNotificationSound Methods |