getConfigs [1/3]
Gets the configuration of the RTE object.
public void getConfigs(Config config) throws RteException;
- Since
- v4.5.0
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.