Showing
57 changed files
with
7 additions
and
7 deletions
This file is too large to display.
| @@ -328,10 +328,10 @@ SWIFT_CLASS("_TtC10HHMedicSDK3TIM") | @@ -328,10 +328,10 @@ SWIFT_CLASS("_TtC10HHMedicSDK3TIM") | ||
| 328 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; | 328 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| 329 | @end | 329 | @end |
| 330 | 330 | ||
| 331 | -@class V2TIMUserInfo; | 331 | +@class V2TIMMessage; |
| 332 | 332 | ||
| 333 | -@interface TIM (SWIFT_EXTENSION(HHMedicSDK)) <V2TIMSimpleMsgListener> | ||
| 334 | -- (void)onRecvC2CCustomMessage:(NSString * _Null_unspecified)msgID sender:(V2TIMUserInfo * _Null_unspecified)info customData:(NSData * _Null_unspecified)data; | 333 | +@interface TIM (SWIFT_EXTENSION(HHMedicSDK)) <V2TIMAdvancedMsgListener> |
| 334 | +- (void)onRecvNewMessage:(V2TIMMessage * _Null_unspecified)msg; | ||
| 335 | @end | 335 | @end |
| 336 | 336 | ||
| 337 | 337 |
| @@ -79,8 +79,8 @@ extension TIM : ImSDK_Smart.V2TIMSDKListener { | @@ -79,8 +79,8 @@ extension TIM : ImSDK_Smart.V2TIMSDKListener { | ||
| 79 | @objc dynamic public func onKickedOffline() | 79 | @objc dynamic public func onKickedOffline() |
| 80 | @objc dynamic public func onUserSigExpired() | 80 | @objc dynamic public func onUserSigExpired() |
| 81 | } | 81 | } |
| 82 | -extension TIM : ImSDK_Smart.V2TIMSimpleMsgListener { | ||
| 83 | - @objc dynamic public func onRecvC2CCustomMessage(_ msgID: Swift.String!, sender info: ImSDK_Smart.V2TIMUserInfo!, customData data: Foundation.Data!) | 82 | +extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { |
| 83 | + @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) | ||
| 84 | } | 84 | } |
| 85 | @objc public class TRTC : ObjectiveC.NSObject { | 85 | @objc public class TRTC : ObjectiveC.NSObject { |
| 86 | public static let `default`: HHMedicSDK.TRTC | 86 | public static let `default`: HHMedicSDK.TRTC |
No preview for this file type
| @@ -79,8 +79,8 @@ extension TIM : ImSDK_Smart.V2TIMSDKListener { | @@ -79,8 +79,8 @@ extension TIM : ImSDK_Smart.V2TIMSDKListener { | ||
| 79 | @objc dynamic public func onKickedOffline() | 79 | @objc dynamic public func onKickedOffline() |
| 80 | @objc dynamic public func onUserSigExpired() | 80 | @objc dynamic public func onUserSigExpired() |
| 81 | } | 81 | } |
| 82 | -extension TIM : ImSDK_Smart.V2TIMSimpleMsgListener { | ||
| 83 | - @objc dynamic public func onRecvC2CCustomMessage(_ msgID: Swift.String!, sender info: ImSDK_Smart.V2TIMUserInfo!, customData data: Foundation.Data!) | 82 | +extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { |
| 83 | + @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) | ||
| 84 | } | 84 | } |
| 85 | @objc public class TRTC : ObjectiveC.NSObject { | 85 | @objc public class TRTC : ObjectiveC.NSObject { |
| 86 | public static let `default`: HHMedicSDK.TRTC | 86 | public static let `default`: HHMedicSDK.TRTC |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment