fix: 对齐 SDK 接口参数

Signed-off-by: huyufei <yufei.hu@castbox.fm>
main
胡宇飞 2024-06-25 10:35:03 +08:00
parent f5747977ec
commit e8c17f4cf4
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ namespace Guru
{ {
_isDebug = isDebug; _isDebug = isDebug;
string bundleId = Application.identifier; string bundleId = Application.identifier;
CallStatic("init", appId, deviceInfo, bundleId, UseWorker, isDebug, UseCronet, BaseUrl); // 调用接口 // public static void init(String appId, String deviceInfo, String bundleId, boolean isDebug, boolean useWorker, boolean useCronet, String baseUrl)
CallStatic("init", appId, deviceInfo, bundleId, isDebug, UseWorker, UseCronet, BaseUrl); // 调用接口
} }
public void SetScreen(string screenName) public void SetScreen(string screenName)