Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.ProcessPushNotification
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
Constructors
ProcessPushNotification | |
Instances
ToJSON ProcessPushNotification Source # | |
Defined in TD.Query.ProcessPushNotification Methods toJSON :: ProcessPushNotification -> Value # toEncoding :: ProcessPushNotification -> Encoding # toJSONList :: [ProcessPushNotification] -> Value # | |
Show ProcessPushNotification Source # | |
Defined in TD.Query.ProcessPushNotification Methods showsPrec :: Int -> ProcessPushNotification -> ShowS # show :: ProcessPushNotification -> String # showList :: [ProcessPushNotification] -> ShowS # | |
Eq ProcessPushNotification Source # | |
Defined in TD.Query.ProcessPushNotification Methods (==) :: ProcessPushNotification -> ProcessPushNotification -> Bool # (/=) :: ProcessPushNotification -> ProcessPushNotification -> Bool # | |
ShortShow ProcessPushNotification Source # | |
Defined in TD.Query.ProcessPushNotification Methods |