getJsonParameter
Gets the SDK JSON configuration that has been set.
public String getJsonParameter() throws RteException;
- Since
- v4.5.0
After you call setJsonParameter to set JSON configuration, you can call this method to get the configured information.
Call timing
Call this method after getConfigs [1/3].
Restrictions
None.
Returns
The JSON configuration you set.
Exception
If the method call fails, the SDK throws RteException and returns an error message. You need to catch the exception and handle it.