| | |
| | | [Export("onRejectCallAction")] |
| | | void OnRejectCallAction(); |
| | | |
| | | // @required -(void)onRejectAllCallAction; |
| | | [Abstract] |
| | | [Export("onRejectAllCallAction")] |
| | | void OnRejectAllCallAction(); |
| | | |
| | | // @required -(void)onUnlockAction; |
| | | [Abstract] |
| | | [Export("onUnlockAction")] |
| | |
| | | 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] |
| | |
| | | [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")] |
| | |
| | | [Export("gotoHDLSRLinphoneIntercomVC:userName:")] |
| | | void GotoHDLSRLinphoneIntercomVC(string titleName, string username); |
| | | |
| | | // -(void)hideIntercomeVC; |
| | | [Export("hideIntercomeVC")] |
| | | void HideIntercomeVC(); |
| | | |
| | | // -(void)logoutAllLinphoneUser; |
| | | [Export("logoutAllLinphoneUser")] |
| | | void LogoutAllLinphoneUser(); |
| | |
| | | // -(void)clearAllConfigs; |
| | | [Export("clearAllConfigs")] |
| | | void ClearAllConfigs(); |
| | | |
| | | // -(void)enterBackground; |
| | | [Export("enterBackground")] |
| | | void EnterBackground(); |
| | | |
| | | // -(void)becomactive; |
| | | [Export("becomactive")] |
| | | void Becomactive(); |
| | | |
| | | // -(void)willResignActive; |
| | | [Export("willResignActive")] |
| | | void WillResignActive(); |
| | | } |
| | | } |