Safe Haskell | None |
---|
Network.Pubnub.Types
Documentation
data SubscribeOptions a Source
Constructors
SubscribeOptions | |
Fields
|
data ConnectResponse Source
Constructors
ConnectResponse ([Value], Timestamp) |
data SubscribeResponse a Source
Constructors
SubscribeResponse (a, Timestamp) |
Instances
Show a => Show (SubscribeResponse a) | |
Generic (SubscribeResponse a) | |
FromJSON a => FromJSON (SubscribeResponse a) |
data EncryptedSubscribeResponse Source
Constructors
EncryptedSubscribeResponse ([Text], Timestamp) |
data PublishResponse Source
Constructors
PublishResponse Integer String Timestamp |
Constructors
Presence | |
Constructors
HereNow | |
Fields
|
type HistoryOptions = [HistoryOption]Source
setEncryptionKey :: PN -> ByteString -> Either KeyError PNSource