Apps can include these libraries to access additional functionality. Unlike the core functions, they are not available to apps without first requiring a specific library.
Name | Description |
---|---|
app | Loads and saves standard settings that can be later accessed and used across the application by other modules, screens, etc. Note: the app should always have its init() method called after being included. |
util | Contains 'helper' functions useful for development. |
pbx | Object used to send API requests to the PBX. |
localization_date | Library that aids in the processing of date strings, appropriate to the cultural differences for the user of the app, for display purposes. |