getProcessDataJsonByVersion

open fun getProcessDataJsonByVersion(@NonNull processUUID: String, version: Int): JSONObject

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

processUUID

String the process uuid

version

int the version for which data is requested.