SetConfigs [1/3]

Configures the RTE object.

bool SetConfigs(Config *config, Error *err);
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.
err
The state or error information: Error.

Returns

Whether the RTE object is configured successfully:
  • true: Yes.
  • false: No.