Learn how to evaluate and integrate the VNC SDK
DataStore.Callback¶
-
public interface
Callback
¶ Callback providing custom storage of data used by the SDK.
Method Summary¶
Modifier and Type | Method and Description |
---|---|
DataBuffer |
Requests data stored in your custom data store. |
void |
Requests storing data in your custom data store. |
Methods¶
-
DataBuffer
get
(String key)¶ Requests data stored in your custom data store.
For more information, see
vnc_DataStore_Callback::get
.
-
void
put
(String key, ImmutableDataBuffer value)¶ Requests storing data in your custom data store.
For more information, see
vnc_DataStore_Callback::put
.