Click or drag to resize

IPubnubService Interface

The PubNub service.

Namespace:  NetQuarry.Services.Pubnub
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IPubnubService

The IPubnubService type exposes the following members.

Properties
  NameDescription
Public propertyPublishKey
The pubnub publish key value
Public propertySecretKey
the pubnub secret key value
Public propertySubscribeKey
the pubnub subscribe key value
Top
Methods
  NameDescription
Public methodAddPageListenerScript
Add the listener script to the page. Typcially called during the PageInit application extension event.
Public methodInitialize
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.
Public methodPublish
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.
Top
See Also