getProcessDataJson

open fun getProcessDataJson(@NonNull context: Context, @NonNull processUUID: String): JSONObject

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.

processUUID

String the process uuid