| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.NotificationSound
Documentation
data NotificationSound Source #
Constructors
| NotificationSound | Describes a notification sound in MP3 format |
Fields
| |
Instances
| FromJSON NotificationSound Source # | |
Defined in TD.Data.NotificationSound Methods parseJSON :: Value -> Parser NotificationSound # parseJSONList :: Value -> Parser [NotificationSound] # | |
| Show NotificationSound Source # | |
Defined in TD.Data.NotificationSound Methods showsPrec :: Int -> NotificationSound -> ShowS # show :: NotificationSound -> String # showList :: [NotificationSound] -> ShowS # | |
| Eq NotificationSound Source # | |
Defined in TD.Data.NotificationSound Methods (==) :: NotificationSound -> NotificationSound -> Bool # (/=) :: NotificationSound -> NotificationSound -> Bool # | |
| ShortShow NotificationSound Source # | |
Defined in TD.Data.NotificationSound Methods shortShow :: NotificationSound -> String Source # | |