Android SDK_远程配置功能
import io.gamepot.common.GamePot;
//key:参数string
String str_value = GamePot.getInstance().getConfig(key);
//以json string格式导入添加至Dashboard的所有参数。
String json_value = GamePot.getInstance().getConfigs();Last updated
import io.gamepot.common.GamePot;
//key:参数string
String str_value = GamePot.getInstance().getConfig(key);
//以json string格式导入添加至Dashboard的所有参数。
String json_value = GamePot.getInstance().getConfigs();Last updated