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