MobileCRM.Application.setAppColors - Resconet/JSBridge GitHub Wiki
[v11.2] Sets the application colors.
Argument | Type | Description |
---|---|---|
colors | object | Properties of the object define the colors to set. The values must be int in the AARRGGBB format. |
success | function(result) | A callback function for successful asynchronous result. |
failed | function(error) | A callback function for command failure. The error argument will carry the error message. |
scope | A scope for calling the callbacks; set "null" to call the callbacks in global scope. |