MobileCRM.Platform.getURL - Resconet/JSBridge GitHub Wiki
Gets the full URL of currently loaded HTML document.
Argument | Type | Description |
---|---|---|
success | function(result) | A callback function for successful asynchronous result. The result will carry a string with URL. |
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. |