获取渠道号 [仅限 Player Network SDK]
[仅限 Player Network SDK] 获取渠道号。
平台 | ID | 渠道名称 |
---|---|---|
iOS | 0 | AppStore |
Android | 1 2 3 4 5 6 7 8 9 10 11 12 | 谷歌 三星 华为 小米 Oppo Vivo 传音 Onestore Aptoide Amazon Uptodown Apkpure |
Windows | - | 通过 INTLConfig.ini 里配置的 WINDOWS_STORE_CHANNEL 获取,默认:100 |
支持的平台
- Unity
- Unreal Engine
支持
Android, iOS, Windows
平台。支持
Android, iOS, Windows
平台。函数定义
- Unity
- Unreal Engine
int GetStoreChannel();
static int GetStoreChannel();
代码示例
- Unity
- Unreal Engine
int m_channel = UnionAdapterAPI.GetToolsService().GetStoreChannel();
int m_channel = GUA_NAMESPACE::GUAToolsService::GetStoreChannel();