获取渠道包打包信息
获取渠道包打包信息。
- MSDK:调用 GetConfigChannel
- Player Network SDK: 调用 GetStoreChannel
支持的平台
MSDK
- Unity
- Unreal Engine
Supports
Android, iOS platform.Supports
Android, iOS platform.Player Network SDK
- Unity
- Unreal Engine
Supports
Android, iOS, Windows platform.Supports
Android, iOS, Windows platform.函数定义
- Unity
- Unreal Engine
string GetConfigChannel();
static string GetConfigChannel();
代码示例
- Unity
- Unreal Engine
UnionAdapterAPI.GetToolsService().GetConfigChannel();
GUA_NAMESPACE::GetToolsService::GetConfigChannel();