GetConfigChannel
Get the installation channel.
- MSDK: Call GetConfigChannel
- Player Network SDK: Call GetStoreChannel
Supported Platform
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.Function Definition
- Unity
- Unreal Engine
string GetConfigChannel();
static string GetConfigChannel();
Code Sample
- Unity
- Unreal Engine
UnionAdapterAPI.GetToolsService().GetConfigChannel();
GUA_NAMESPACE::GetToolsService::GetConfigChannel();