-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Bridge.invokeMethodPromise
rescocrm edited this page May 15, 2023
·
3 revisions
Invokes a method on exposed managed object asynchronously as a Promise.
| 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. |