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.
new SUPStorage( store )
Name | Type | Description |
store | String | the store name |
var store1 = new hwc.SUPStorage("one");