setJsonParameter
Configures technical preview or customized features of the SDK via JSON.
public void setJsonParameter(String jsonParameter) throws RteException
- Since
- Available since v4.4.0.
Scenario
When you need to set private parameters or use customized features, you can call this method.
Timing
This method must be called before calling setConfigs.
Parameters
- jsonParameter
- Parameter in JSON string format.
Exceptions
If the method call fails, the SDK throws an RteException containing the corresponding error information. You need to catch and handle the exception.