MobileCRM.UI.MediaTab.isEmpty - Resconet/JSBridge GitHub Wiki
[v9.0.2] Asynchronously gets the boolean value indicating whether the media tab content is empty or not.
Arguments
Argument | Type | Description |
---|---|---|
callback | function(Boolean) | The callback function that is called asynchronously with the boolean value indicating whether the content is empty or not. |
errorCallback | function(errorMsg) | The errorCallback which is called in case of error. |
scope | Object | The scope for callbacks. |