| | |
| | | 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("gotoHDLLinphoneIntercomVC:")] |
| | | void GotoHDLLinphoneIntercomVC(string titleName); |
| | | |
| | | // -(void)gotoHDLSRLinphoneIntercomVC:(NSString *)titleName userName:(NSString *)username; |
| | | [Export("gotoHDLSRLinphoneIntercomVC:userName:")] |
| | | void GotoHDLSRLinphoneIntercomVC(string titleName, string username); |
| | | |
| | | // -(void)logoutAllLinphoneUser; |
| | | [Export("logoutAllLinphoneUser")] |
| | | void LogoutAllLinphoneUser(); |