跳到主要内容

获取商店渠道(GetStoreChannel)

AndroidiOSWindows
如果您使用的是 Unity 引擎,请参见 Unity SDK 的 GetStoreChannel

此 API 是同步接口用于获取商店渠道配置的信息。更多信息,请参见 渠道打包

函数定义

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static int32 GetStoreChannel();

代码示例

int32 storeChannel = UINTLSDKAPI::GetStoreChannel();