IPubnubService Interface |
Namespace: NetQuarry.Services.Pubnub
The IPubnubService type exposes the following members.
Name | Description | |
---|---|---|
PublishKey |
The pubnub publish key value
| |
SecretKey |
the pubnub secret key value
| |
SubscribeKey |
the pubnub subscribe key value
|
Name | Description | |
---|---|---|
AddPageListenerScript |
Add the listener script to the page. Typcially called during the PageInit application extension event.
| |
Initialize |
Initializes the PubNub Client API context. Must be called before attempting to utilize any API functionality in order to
establish account level credentials such as publishKey and subscribeKey.
| |
Publish |
Used to send a message to all subscribers of a channel. A successfully published message is replicated across the PubNub Real-Time Network
and sent simultaneously to all subscribed clients on a channel.
|