Quatrix JavaSctipt APIs
Space shortcuts
Quatrix JavaSctipt APIs QJA
Skip to end of metadata
Go to start of metadata

Session keepalive call.

Parameters 

 

Name TypeDescription

cb

optional

function

callback function

 Example

 

this.keepAlive = function(cb) {
  return _request({
    method: 'GET',
    url: '/session/keepalive',
  	callback: cb
  });
};

 

 

 

 

  • No labels
Write a comment…
Quatrix JavaSctipt APIs QJA