wxr
2024-08-27 a616abd9b740e74eb7aea29cb692ca86ba1f7d7a
Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs
@@ -28,6 +28,11 @@
      [Export("onRejectCallAction")]
      void OnRejectCallAction();
        // @required -(void)onRejectAllCallAction;
        [Abstract]
        [Export("onRejectAllCallAction")]
        void OnRejectAllCallAction();
      // @required -(void)onUnlockAction;
      [Abstract]
      [Export("onUnlockAction")]
@@ -39,9 +44,9 @@
      void OnHangUpAction(int callDuration);
      // @required -(void)onScreenshotSuccessfulAction:(UIImage * _Nonnull)image;
      //[Abstract]
      //[Export("onScreenshotSuccessfulAction:")]
      //void OnScreenshotSuccessfulAction(UIImage image);
        [Abstract]
        [Export("onScreenshotSuccessfulAction:")]
        void OnScreenshotSuccessfulAction(UIImage image);
      // @required -(void)onIncomingCall:(NSString * _Nonnull)userName;
      [Abstract]
@@ -79,9 +84,9 @@
      [Export("instance")]
      HDLLinPhoneSDK Instance();
      // -(void)login:(NSString *)username password:(NSString *)pwd domain:(NSString *)domain;
      [Export("login:password:domain:")]
      void Login(string username, string pwd, string domain);
        // -(void)login:(NSString *)username password:(NSString *)pwd domain:(NSString *)domain connectType:(NSString *)connectType;
        [Export("login:password:domain:connectType:")]
        void Login(string username, string pwd, string domain, string connectType);
      // -(void)initalLinPhone;
      [Export("initalLinPhone")]
@@ -103,6 +108,10 @@
      [Export("gotoHDLSRLinphoneIntercomVC:userName:")]
      void GotoHDLSRLinphoneIntercomVC(string titleName, string username);
        // -(void)hideIntercomeVC;
        [Export("hideIntercomeVC")]
        void HideIntercomeVC();
      // -(void)logoutAllLinphoneUser;
      [Export("logoutAllLinphoneUser")]
      void LogoutAllLinphoneUser();
@@ -110,5 +119,17 @@
      // -(void)clearAllConfigs;
      [Export("clearAllConfigs")]
      void ClearAllConfigs();
        // -(void)enterBackground;
        [Export("enterBackground")]
        void EnterBackground();
        // -(void)becomactive;
        [Export("becomactive")]
        void Becomactive();
        // -(void)willResignActive;
        [Export("willResignActive")]
        void WillResignActive();
   }
}