setConfigs [1/3]
Configures the information of the RTE object.
public void setConfigs(Config config) throws RteException
- Since
- Added since version v4.4.0.
Timing
This method must be called after calling Rte.
Parameters
- config
- Used to set the configuration information of the
RTEobject. See Config.
Exceptions
If the method call fails, the SDK throws an RteException and returns the corresponding error information. You need to catch and handle this exception.