...
New contexts can be added after service registration.
Code Block | ||
---|---|---|
| ||
// Add context to a specific service. send2crm.services.addContext('customContext'myAlias', , 'myAlias'); // Omit the alias to add to the default service. send2crm.services.addContext('customContext'); |
Check if a Service has Context
...