getJsonParameter

Retrieves the currently set private parameter set in JSON format.

public String getJsonParameter() throws RteException
Since
Available since v4.4.0.

Exceptions

If the call fails, the SDK throws an RteException exception. You need to catch the exception and handle it accordingly.

Return Values

If the method call succeeds, returns the set parameter set in JSON format. If the method call fails, returns an empty string.