|
|
|
|
Functions
Events
Variables
Libraries
|
|
Syntax
Parameters
| Array | channels | Optional. List of RSS feeds to be downloaded. Each array item is a string defining the RSS feed. The format is defined here: default_channels[] |
Return value
No value is returned.
Description
Initializes the settings and the list of channels using the XML configuration file and/or a custom list of RSS feeds.
- You can define RSS feeds in the XML configuration file and let the user enable or disable them. You can set some of them as mandatory.
For more info: XML Configuration File Format
- Use the optional argument if your users can add their own selection of RSS feeds.
More information: default_channels[]
If the list of RSS feeds defined by the user changes, the application should be restarted with mio_restart. |
JavaScript Sample Code
|
|
|