get Process Data Json
open fun getProcessDataJson(@NonNull context: Context, @NonNull processUUID: String): JSONObject
Content copied to clipboard
Loads the process data JSON, that contains all widgets data. 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
context
Context The application context.
process UUID
String the process uuid