get Process Data Json By Version
open fun getProcessDataJsonByVersion(@NonNull processUUID: String, version: Int): JSONObject
Content copied to clipboard
Loads the process data JSON for the given version, that contains all widgets data at this version. PS: It is highly recommended to call this method in an asynchronous thread.
Return
JSONObject of process data, or null if the process is not found or not downloaded yet.
Parameters
process UUID
String the process uuid
version
int the version for which data is requested.