setJsonParameter
Provides the technical preview functionalities or special customizations by configuring the SDK with JSON options.
public void setJsonParameter(String jsonParameter) throws RteException;
- Since
- v4.5.0
Applicable scenarios
When you need to set private parameters or use custom features, you can call this method.
Call timing
Call this method after setConfigs [1/3].
Restrictions
None.
Parameters
- jsonParameter
- Pointer to the set parameters in a JSON string.
Exception
If the method call fails, the SDK throws RteException and returns an error message. You need to catch the exception and handle it.