Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetPushReceiverId
Synopsis
- data GetPushReceiverId = GetPushReceiverId {}
Documentation
data GetPushReceiverId Source #
Returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification. Can be called synchronously. Returns PushReceiverId
Constructors
GetPushReceiverId | |
Instances
ToJSON GetPushReceiverId Source # | |
Defined in TD.Query.GetPushReceiverId Methods toJSON :: GetPushReceiverId -> Value # toEncoding :: GetPushReceiverId -> Encoding # toJSONList :: [GetPushReceiverId] -> Value # toEncodingList :: [GetPushReceiverId] -> Encoding # | |
Show GetPushReceiverId Source # | |
Defined in TD.Query.GetPushReceiverId Methods showsPrec :: Int -> GetPushReceiverId -> ShowS # show :: GetPushReceiverId -> String # showList :: [GetPushReceiverId] -> ShowS # | |
Eq GetPushReceiverId Source # | |
Defined in TD.Query.GetPushReceiverId Methods (==) :: GetPushReceiverId -> GetPushReceiverId -> Bool # (/=) :: GetPushReceiverId -> GetPushReceiverId -> Bool # | |
ShortShow GetPushReceiverId Source # | |
Defined in TD.Query.GetPushReceiverId Methods shortShow :: GetPushReceiverId -> String Source # |