SetConfigs [1/3]

Configures information for the RTE object.

bool SetConfigs(Config *config, Error *err = nullptr)
Since
Available since v4.4.0.

You can call this method to set information such as the App ID.

Timing

This method must be called after Rte is invoked.

Parameters

config
Settings information for the RTE object. See Config.
err
Output parameter for status or error information. See Error.

Return Values

  • true: Configuration succeeded.
  • false: Configuration failed.