Phone API Reference - Extended - app.getConfig
app.getConfig
Description
Returns an object that contains this app's various settings including id, settings, and account. These are parsed from the app's XML in the phone configuration's appconfig section.
Basic Example:
var configData = app.getConfig(); |
Parameters
None |