Click or drag to resize

IPubnubService Methods

The IPubnubService type exposes the following members.

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