Skip to content

MobileCRM.Platform.getNetworkInfo

rescocrm edited this page May 15, 2023 · 3 revisions

[v11.2] Gets network information.

Arguments

Argument Type Description
success function(result) A callback function for successful asynchronous result. The result will carry an object with properties connected and fastConnection.
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.
Clone this wiki locally