该版本发布于 2024 年 2 月 20 日。
IGnaClient
接口删除了GetAppName
方法。
注意
如果您从 1.2.1 版本升级到 2.1.1 版本,您需要在初始化 SDK 的代码中删除包含 SetAppName
方法的代码。
IGnaClient
接口删除了GetAppName
方法。
IDiagnosisRequest CreateDiagnosisRequest(GnaExpRequestType reqType, List<string> target, GnaExpNetDetectType detectType, GnaExpMultiNetAction multiNetAction, int timeout)
方法。推荐您使用新增的 IDiagnosisRequest CreateDiagnosisRequest(RequestParams requestParams)
方法。MonitorBegin(string target, string extraInfo)
方法。推荐您使用新增的 MonitorBegin(MonitorBeginParams beginParams)
方法。SetAccAddress(List<string> addressList, string context, bool append)
方法。推荐您使用新增的 SetAccAddress(AcceleratedPointsParams pointsParams)
方法。该版本发布于 2023 年 4 月 28 日。
该版本为 GNA Unity SDK 的首个正式版本。该版本实现了网络分析和网络加速功能。