Config
RTE 配置类,用于配置 RTE 对象。
Java
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;
}
自从
v4.5.0
方法
setAppId
设置 App ID。详见 setAppId。
getAppId
获取设置的 App ID。详见 getAppId。
setJsonParameter
设置 SDK 的 JSON 配置信息。详见 setJsonParameter。
getJsonParameter
获取设置 SDK 的 JSON 配置信息。详见 getJsonParameter。