fillSettings

abstract fun fillSettings(@NonNull context: Context, @NonNull settingsMap: JSONObject): JSONObject

Called by Export settings task to fill settings to export in the given json.

Return

JSONObject : jsonObject contains all settings to export

Parameters

context

Context: The application context

settingsMap

JSONObject : jsonObject to fill in all settings to export