Learn how to evaluate and integrate the VNC SDK
DataStore¶
Nested Classes¶
Method Summary¶
Modifier and Type | Method and Description |
---|---|
Creates a web browser data store, in DOM |
|
Creates a custom data store. |
|
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: - callback (
vncsdk.DataStore.Callback
) –
Throws: vncsdk.VncException
on error- callback (
-
vncsdk.DataStore.
destroyStore
()¶ Destroys the current data store.
For more information, see
vnc_DataStore_destroyStore()
.