萤石云 iOSSDK,移植跨平台相关工程
Davin
2024-12-18 b4e1288a9b63eb820e9c9489c56aac4bf6b31067
EZSDK.IOS/EZSDK.IOS/ApiDefinition.cs
@@ -47,8 +47,13 @@
      [Export ("setHDlAccessToken:refreshToken:")]
      void SetHDlAccessToken (string accessToken, string refreshToken);
      // -(void)setRequestHttpsHostAndPlatform:(NSString *)requestHttpsHost platform:(int)platform homeId:(NSString *)homeId;
      [Export ("setRequestHttpsHostAndPlatform:platform:homeId:")]
        // -(void)configHDLServerAppKey:(NSString *)appKey appSecret:(NSString *)appSecret;
        [Export("configHDLServerAppKey:appSecret:")]
        void ConfigHDLServerAppKey(string appKey, string appSecret);
        // -(void)setRequestHttpsHostAndPlatform:(NSString *)requestHttpsHost platform:(int)platform homeId:(NSString *)homeId;
        [Export ("setRequestHttpsHostAndPlatform:platform:homeId:")]
      void SetRequestHttpsHostAndPlatform (string requestHttpsHost, int platform, string homeId);
      // -(void)go2EZvizMonitor;