GetJsonParameter
Retrieves the configured SDK JSON configuration.
std::string GetJsonParameter(Error *err = nullptr)
- Since
- Available since v4.4.0.
After calling SetJsonParameter to set the JSON configuration, you can call this method to retrieve the configured information.
Timing
This method must be called after GetConfigs.
Parameters
- err
- An output parameter. Status or error information. See Error.
Return Values
- If the method call succeeds, returns the configured JSON information.
- If the method call fails, returns an empty string.