Table of contents:
Table of Contents | ||
---|---|---|
|
Ambita.mFlex.init
This is used for configuration and injection of the components
...
Example
Code Block | ||
---|---|---|
| ||
window.Ambita.mFlex.init({ environment: 'test', token: tokenObject, reference: '123456789', technicalReference: '123456789', externalDepartmentId: 1234, }); |
...