Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DataStore

Method Summary

Modifier and Type Method and Description

createBrowserStore(prefix)

Creates a web browser data store, in DOM localStorage.

createCustomStore(callback)

Creates a custom data store.

destroyStore()

Destroys the current data store.

Static methods

vncsdk.DataStore.createBrowserStore(prefix)

Creates a web browser data store, in DOM localStorage.

For more information, see vnc_DataStore_createBrowserStore().

Arguments:
  • prefix (string) –
vncsdk.DataStore.createCustomStore(callback)

Creates a custom data store.

For more information, see vnc_DataStore_createCustomStore().

Arguments:
Throws:

vncsdk.VncException on error

vncsdk.DataStore.destroyStore()

Destroys the current data store.

For more information, see vnc_DataStore_destroyStore().

×