@rongcloud/engine 5.6.2-beem-alpha.5 → 5.6.2-beem.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -3470,6 +3470,7 @@ interface IEngine {
3470
3470
  */
3471
3471
  connect(token: string, naviInfo: INaviInfo, reconnectKickEnable?: boolean): Promise<ErrorCode>;
3472
3472
  requestNaviInfo(uris: string[], appkey: string, token: string, checkCA?: boolean): Promise<INaviInfo | null>;
3473
+ getNaviInfoFromCache(): INaviInfo | null;
3473
3474
  /**
3474
3475
  * 上报版本信息
3475
3476
  * @param version