public interface SnapshotSourceProvider
Modifier and Type | Method and Description |
---|---|
void |
applySnapshot(org.json.JSONObject snapshot)
The method to be invoked when applying the snapshot.
|
org.json.JSONObject |
getSnapshot()
The method to be invoked when requesting the current snapshot
|
org.json.JSONObject getSnapshot()
void applySnapshot(org.json.JSONObject snapshot)
snapshot
- The snapshot object to be applied. The object can be String, JSONObject or JSONArrayCopyright © 2022. All rights reserved.