Config

The RTE configuration class.

public class Config {
  public void setAppId(String appId) throws RteException;
  public String getAppId() throws RteException;
  public void setJsonParameter(String jsonParameter) throws RteException;
  public String getJsonParameter() throws RteException;
}
Since
v4.5.0

Method

setAppId
Sets an App ID. See setAppId.
getAppId
Gets the App ID you set. See getAppId.
setJsonParameter
Sets the SDK JSON configuration. See setJsonParameter.
getJsonParameter
Get the SDK JSON configuration. See getJsonParameter.