萤石云 iOSSDK,移植跨平台相关工程
Davin
2024-12-18 a67450d72c47f400e56525125318ff1d6ca0a2e8
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;