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 |
getConfigurationNames()
Code Block |
---|
Promise<Array<String>> getConfigurationNames() |
This method returns an array of persistent configuration names, even if they are not active at present.