setConfigs [1/3]
Configures the RTE object.
public void setConfigs(Config config) throws RteException;
- Since
- v4.5.0
You can use this method to set information such as the App ID.
Call timing
Call this method after Rte.
Restrictions
None.
Parameters
- config
- Configurations of the RTE object: Config.
Exception
If the method call fails, the SDK throws RteException and returns an error message. You need to catch the exception and handle it.