Skip to content

配置

获取配置

version>=1.0.0

  • 不支持java/oc直接调用
csharp
public static void GetGameConfig(GetGameConfigOption option);
typescript
export function getGameConfig(params: GetGameConfigParam): void;

GetGameConfigParam参数

参数类型说明默认值
successFunction成功回调
failFunction失败回调
completeFunction完成回调