Externals

Classes

Box
Connection

Events

"polling.end"

Fires when a running long-polling process ends.
Source:
See:

"polling.error"

Fires when an error occurs during long-polling.
Type:
  • Error
Source:
See:

"polling.event.EVENT"

Fires when an event is read from the event stream during long-polling.
Type:
Source:

"polling.ready"

Fires when a stream position has been fixed. All events from here onwards will be captured.
Source:

"tokens.error"

Fires when an error occurs while setting access tokens have been set on this connection. Could be triggered more than once, so listeners must deregister after receiving the first event. Preferably use the Connection#ready method.
Type:
  • Error
Source:
See:

"tokens.set"

Fires when access tokens have been set on this connection. Could be triggered more than once, so listeners must deregister after receiving the first event. Preferably use the Connection#ready method.
Type:
Source:
See:
Copyright © 2014-2015 Aditya Mukhopadhyay
Documentation generated by JSDoc 3.2.2 on Sun Jul 27 2014 08:27:52 GMT+0530 (IST) using the DocStrap template.