loadSettings method

Loads the current connection settings from the native application storage.

Syntax

<static> loadSettings() → {hwc.ConnectionSettings}

Returns

The connection settings or null if there are no cached settings.

[/reference/refbody/section/sectiondiv {""})

Type:

hwc.ConnectionSettings

(sectiondiv]

Example

// Load the connection settings.
var connectionSettings = hwc.loadSettings();

Source

hwc-api.js, line 101.