Skip to content

MobileCRM.Bridge.invokeMethodPromise

rescocrm edited this page May 15, 2023 · 3 revisions

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.

Clone this wiki locally