Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data ProcessPushNotification Source #
Handles a push notification. Returns error with code 406 if the push notification is not supported and connection to the server is required to fetch new data. Can be called before authorization. Returns Ok
Instances
ToJSON ProcessPushNotification Source # | |
Defined in TD.Query.ProcessPushNotification | |
Show ProcessPushNotification Source # | |
Defined in TD.Query.ProcessPushNotification showsPrec :: Int -> ProcessPushNotification -> ShowS # show :: ProcessPushNotification -> String # showList :: [ProcessPushNotification] -> ShowS # | |
Eq ProcessPushNotification Source # | |
Defined in TD.Query.ProcessPushNotification | |
ShortShow ProcessPushNotification Source # | |
Defined in TD.Query.ProcessPushNotification |