SUPStorage class

Creates a SUPStorage with the specified storeName.

Provides encrypted storage of name value pairs. Results from online requests are one example. Strings stored in SUPStorage are encrypted and persisted to survive multiple invocations of the mobile workflow application.

Syntax

new SUPStorage( store )

Parameters

Name Type Description
store String the store name

Example

var store1 = new hwc.SUPStorage("one");

Source

SUPStorage.js, line 38.