MobileCRM.Services.ChatService.getService - Resconet/JSBridge GitHub Wiki
Asynchronously creates the new instance of the ChatService.
Argument | Type | Description |
---|---|---|
callback | function(MobileCRM.Services.ChatService) | The callback function which is called asynchronously with MobileCRM.Services.ChatService instance as an argument. |
errorCallback | function(errorMsg) | The errorCallback which is called in case of error. |
scope | Object | The scope for callbacks. |