The configurednetworks object provides an array of persistent configuration names, even if they are not active at present.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
interface ConfiguredNetworks { Promise<Array<String>> getConfigurationNames(); }; |
Object Creation
To create a configurednetworks object,
Code Block | ||
---|---|---|
| ||
const |