SetJsonParameter

Uses JSON to configure SDK technical preview or custom features.

void SetJsonParameter(const char *json_parameter, Error *err = nullptr)
Since
Available since v4.4.0.

You can call this method when you need to set private parameters or use custom features.

Scenario

When you need to set private parameters or use customized features, you can call this method.

Timing

This method must be called before SetConfigs.

Parameters

json_parameter
Parameter in JSON string format.
err
An output parameter. Indicates status or error information. See Error.