MobileCRM.Bridge.invokeMethodPromise - Resconet/JSBridge GitHub Wiki

Invokes a method on exposed managed object asynchronously as a Promise.

Arguments

Argument Type Description
objectName String The name of exposed managed object as it was registered on C# side (IJavascriptBridge.ExposeObject).
method String The name of the method implemented by object class.
paramsList Array An array with parameters that should be passed to a method.