-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Bridge.invokeStaticMethodPromise
rescocrm edited this page May 15, 2023
·
3 revisions
Invokes a static method on specified type asynchronously as a Promise.
| Argument | Type | Description |
|---|---|---|
| assembly | String | The name of the assembly which defines the type. |
| typeName | String | The full name of the C# type which implements the method. |
| method | String | The name of static method to be invoked. |
| paramsList | Array | An array with parameters that should be passed to a method. |