chengyanfang

sdk upgrade

Showing 44 changed files with 57 additions and 73 deletions
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = "HHVDoctorSDK" 2 s.name = "HHVDoctorSDK"
3 - s.version = "2.5.802" 3 + s.version = "3.0.6.101914"
4 s.summary = "和缓视频医生 SDK" 4 s.summary = "和缓视频医生 SDK"
5 5
6 s.description = <<-DESC 6 s.description = <<-DESC
@@ -3,5 +3,5 @@ @@ -3,5 +3,5 @@
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>HHBundleVersion</key> 5 <key>HHBundleVersion</key>
6 -<string>04:07:18:34</string></dict> 6 +<string>3.0.6.101914</string></dict>
7 </plist> 7 </plist>
1 -// Generated by Apple Swift version 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29) 1 +// Generated by Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
  2 +#ifndef HHVDOCTORSDK_SWIFT_H
  3 +#define HHVDOCTORSDK_SWIFT_H
2 #pragma clang diagnostic push 4 #pragma clang diagnostic push
3 #pragma clang diagnostic ignored "-Wgcc-compat" 5 #pragma clang diagnostic ignored "-Wgcc-compat"
4 6
@@ -187,11 +189,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @@ -187,11 +189,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
187 #pragma clang diagnostic ignored "-Watimport-in-framework-header" 189 #pragma clang diagnostic ignored "-Watimport-in-framework-header"
188 #endif 190 #endif
189 @import CoreGraphics; 191 @import CoreGraphics;
190 -@import CoreLocation;  
191 @import Foundation; 192 @import Foundation;
192 @import ImSDK; 193 @import ImSDK;
193 @import ObjectiveC; 194 @import ObjectiveC;
194 -@import Photos;  
195 @import TXLiteAVSDK_TRTC; 195 @import TXLiteAVSDK_TRTC;
196 @import UIKit; 196 @import UIKit;
197 #endif 197 #endif
@@ -215,10 +215,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @@ -215,10 +215,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
215 215
216 216
217 217
218 -  
219 -  
220 -  
221 -  
222 @class UIImage; 218 @class UIImage;
223 @class NSCoder; 219 @class NSCoder;
224 @class UITouch; 220 @class UITouch;
@@ -273,8 +269,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK16HHAccountManager") @@ -273,8 +269,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK16HHAccountManager")
273 269
274 270
275 271
276 -  
277 -  
278 /// 呼叫类型 272 /// 呼叫类型
279 /// <ul> 273 /// <ul>
280 /// <li> 274 /// <li>
@@ -299,9 +293,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11HHDateUtils") @@ -299,9 +293,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11HHDateUtils")
299 293
300 294
301 295
302 -  
303 -  
304 -  
305 SWIFT_CLASS("_TtC12hhVDoctorSDK15HHDeviceManager") 296 SWIFT_CLASS("_TtC12hhVDoctorSDK15HHDeviceManager")
306 @interface HHDeviceManager : NSObject 297 @interface HHDeviceManager : NSObject
307 - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; 298 - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@@ -315,8 +306,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK18HHFileCacheManager") @@ -315,8 +306,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK18HHFileCacheManager")
315 306
316 307
317 308
318 -  
319 -  
320 /// 接通前的呼叫状态 309 /// 接通前的呼叫状态
321 /// <ul> 310 /// <ul>
322 /// <li> 311 /// <li>
@@ -407,7 +396,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau @@ -407,7 +396,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau
407 /// Parameters: 396 /// Parameters:
408 /// </li> 397 /// </li>
409 /// </ul> 398 /// </ul>
410 -- (void)startMemberCall; 399 +- (void)startMemberCallWithNeedSelectMember:(BOOL)needSelectMember;
411 @end 400 @end
412 401
413 402
@@ -439,7 +428,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau @@ -439,7 +428,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau
439 428
440 429
441 430
442 -  
443 @interface HHMSDK (SWIFT_EXTENSION(hhVDoctorSDK)) 431 @interface HHMSDK (SWIFT_EXTENSION(hhVDoctorSDK))
444 - (void)startNewCall:(NSInteger)uuid; 432 - (void)startNewCall:(NSInteger)uuid;
445 @end 433 @end
@@ -524,6 +512,7 @@ typedef SWIFT_ENUM(NSInteger, HHPagerViewTransformerType, open) { @@ -524,6 +512,7 @@ typedef SWIFT_ENUM(NSInteger, HHPagerViewTransformerType, open) {
524 }; 512 };
525 513
526 @class UIViewController; 514 @class UIViewController;
  515 +@class NSBundle;
527 516
528 SWIFT_CLASS("_TtC12hhVDoctorSDK23HHPhotoPickerController") 517 SWIFT_CLASS("_TtC12hhVDoctorSDK23HHPhotoPickerController")
529 @interface HHPhotoPickerController : UINavigationController 518 @interface HHPhotoPickerController : UINavigationController
@@ -555,6 +544,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau @@ -555,6 +544,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau
555 /// 允许视频完成后评价 544 /// 允许视频完成后评价
556 @property (nonatomic) BOOL allowEvaluate; 545 @property (nonatomic) BOOL allowEvaluate;
557 - (nonnull instancetype)initWithProductId:(NSString * _Nonnull)productId isDebug:(BOOL)isDebug isDevelop:(BOOL)isDevelop OBJC_DESIGNATED_INITIALIZER; 546 - (nonnull instancetype)initWithProductId:(NSString * _Nonnull)productId isDebug:(BOOL)isDebug isDevelop:(BOOL)isDevelop OBJC_DESIGNATED_INITIALIZER;
  547 +- (void)setUserExtensionWithUserExtension:(NSString * _Nonnull)userExtension;
558 - (nonnull instancetype)init SWIFT_UNAVAILABLE; 548 - (nonnull instancetype)init SWIFT_UNAVAILABLE;
559 + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); 549 + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
560 @end 550 @end
@@ -565,12 +555,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau @@ -565,12 +555,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau
565 555
566 556
567 557
568 -  
569 -  
570 -  
571 -  
572 -  
573 -  
574 typedef SWIFT_ENUM(NSInteger, PermissionType, open) { 558 typedef SWIFT_ENUM(NSInteger, PermissionType, open) {
575 PermissionTypeLocationAlways = 0, 559 PermissionTypeLocationAlways = 0,
576 PermissionTypeLocationWhenInUse = 1, 560 PermissionTypeLocationWhenInUse = 1,
@@ -593,7 +577,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11TRTCManager") @@ -593,7 +577,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11TRTCManager")
593 577
594 578
595 579
596 -  
597 @interface TRTCManager (SWIFT_EXTENSION(hhVDoctorSDK)) <TIMConnListener> 580 @interface TRTCManager (SWIFT_EXTENSION(hhVDoctorSDK)) <TIMConnListener>
598 - (void)onConnSucc; 581 - (void)onConnSucc;
599 - (void)onConnFailed:(int32_t)code err:(NSString * _Null_unspecified)err; 582 - (void)onConnFailed:(int32_t)code err:(NSString * _Null_unspecified)err;
@@ -608,11 +591,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11TRTCManager") @@ -608,11 +591,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11TRTCManager")
608 @end 591 @end
609 592
610 593
611 -@interface TRTCManager (SWIFT_EXTENSION(hhVDoctorSDK)) <TRTCCloudDelegate>  
612 -- (void)onEnterRoom:(NSInteger)result;  
613 -@end  
614 -  
615 -  
616 @interface TRTCManager (SWIFT_EXTENSION(hhVDoctorSDK)) <TIMMessageListener> 594 @interface TRTCManager (SWIFT_EXTENSION(hhVDoctorSDK)) <TIMMessageListener>
617 - (void)onNewMessage:(NSArray * _Null_unspecified)msgs; 595 - (void)onNewMessage:(NSArray * _Null_unspecified)msgs;
618 @end 596 @end
@@ -621,24 +599,10 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11TRTCManager") @@ -621,24 +599,10 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11TRTCManager")
621 599
622 600
623 601
624 -  
625 -  
626 -  
627 -  
628 -  
629 -  
630 -  
631 -  
632 -  
633 -  
634 -  
635 -  
636 -  
637 -  
638 -  
639 -  
640 -  
641 - 602 +@interface TRTCManager (SWIFT_EXTENSION(hhVDoctorSDK)) <TRTCCloudDelegate>
  603 +- (void)onEnterRoom:(NSInteger)result;
  604 +- (void)onError:(TXLiteAVError)errCode errMsg:(NSString * _Nullable)errMsg extInfo:(NSDictionary * _Nullable)extInfo;
  605 +@end
642 606
643 607
644 608
@@ -668,10 +632,8 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11TRTCManager") @@ -668,10 +632,8 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11TRTCManager")
668 632
669 633
670 634
671 -  
672 -  
673 -  
674 #if __has_attribute(external_source_symbol) 635 #if __has_attribute(external_source_symbol)
675 # pragma clang attribute pop 636 # pragma clang attribute pop
676 #endif 637 #endif
677 #pragma clang diagnostic pop 638 #pragma clang diagnostic pop
  639 +#endif
1 // swift-interface-format-version: 1.0 1 // swift-interface-format-version: 1.0
2 -// swift-compiler-version: Apple Swift version 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29) 2 +// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
3 // swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name hhVDoctorSDK 3 // swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name hhVDoctorSDK
4 import AVFoundation 4 import AVFoundation
5 import AdSupport 5 import AdSupport
@@ -25,13 +25,6 @@ public protocol AEAD { @@ -25,13 +25,6 @@ public protocol AEAD {
25 static var kLen: Swift.Int { get } 25 static var kLen: Swift.Int { get }
26 static var ivRange: Swift.Range<Swift.Int> { get } 26 static var ivRange: Swift.Range<Swift.Int> { get }
27 } 27 }
28 -@_hasMissingDesignatedInitializers final public class AEADChaCha20Poly1305 : hhVDoctorSDK.AEAD {  
29 - public static let kLen: Swift.Int  
30 - public static var ivRange: Swift.Range<Swift.Int>  
31 - public static func encrypt(_ plainText: Swift.Array<Swift.UInt8>, key: Swift.Array<Swift.UInt8>, iv: Swift.Array<Swift.UInt8>, authenticationHeader: Swift.Array<Swift.UInt8>) throws -> (cipherText: Swift.Array<Swift.UInt8>, authenticationTag: Swift.Array<Swift.UInt8>)  
32 - public static func decrypt(_ cipherText: Swift.Array<Swift.UInt8>, key: Swift.Array<Swift.UInt8>, iv: Swift.Array<Swift.UInt8>, authenticationHeader: Swift.Array<Swift.UInt8>, authenticationTag: Swift.Array<Swift.UInt8>) throws -> (plainText: Swift.Array<Swift.UInt8>, success: Swift.Bool)  
33 - @objc deinit  
34 -}  
35 extension AES { 28 extension AES {
36 convenience public init(key: Swift.String, iv: Swift.String, padding: hhVDoctorSDK.Padding = .pkcs7) throws 29 convenience public init(key: Swift.String, iv: Swift.String, padding: hhVDoctorSDK.Padding = .pkcs7) throws
37 } 30 }
@@ -527,7 +520,7 @@ public typealias HHLoginHandler = ((Swift.String?) -> Swift.Void) @@ -527,7 +520,7 @@ public typealias HHLoginHandler = ((Swift.String?) -> Swift.Void)
527 @objc deinit 520 @objc deinit
528 } 521 }
529 extension HHMSDK { 522 extension HHMSDK {
530 - @objc dynamic public func startMemberCall() 523 + @objc dynamic public func startMemberCall(needSelectMember: Swift.Bool = true)
531 } 524 }
532 extension HHMSDK { 525 extension HHMSDK {
533 @objc dynamic public func startNewCall(_ uuid: Swift.Int) 526 @objc dynamic public func startNewCall(_ uuid: Swift.Int)
@@ -708,7 +701,7 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable { @@ -708,7 +701,7 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable {
708 } 701 }
709 @objc public class HHSDKOptions : ObjectiveC.NSObject { 702 @objc public class HHSDKOptions : ObjectiveC.NSObject {
710 @objc public static let `default`: hhVDoctorSDK.HHSDKOptions 703 @objc public static let `default`: hhVDoctorSDK.HHSDKOptions
711 - @objc public var hudDisTime: Foundation.TimeInterval { 704 + @objc public var hudDisTime: Swift.Double {
712 @objc get 705 @objc get
713 @objc set 706 @objc set
714 } 707 }
@@ -721,11 +714,27 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable { @@ -721,11 +714,27 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable {
721 @objc public var allowEvaluate: Swift.Bool 714 @objc public var allowEvaluate: Swift.Bool
722 public var asyncLogin: Swift.Bool 715 public var asyncLogin: Swift.Bool
723 public var logCallback: ((Swift.String) -> Swift.Void)? 716 public var logCallback: ((Swift.String) -> Swift.Void)?
  717 + public var filterCallerInfo: Swift.Bool
  718 + public var mExtension: Swift.String
724 final public let sdkVersion: Swift.String 719 final public let sdkVersion: Swift.String
725 @objc public init(productId: Swift.String, isDebug: Swift.Bool = true, isDevelop: Swift.Bool = true) 720 @objc public init(productId: Swift.String, isDebug: Swift.Bool = true, isDevelop: Swift.Bool = true)
  721 + @objc public func setUserExtension(userExtension: Swift.String)
726 @objc override dynamic public init() 722 @objc override dynamic public init()
727 @objc deinit 723 @objc deinit
728 } 724 }
  725 +@_hasMissingDesignatedInitializers public class HHStatics {
  726 + public static let `default`: hhVDoctorSDK.HHStatics
  727 + public func send(params: [Swift.String : Any])
  728 + @objc deinit
  729 +}
  730 +public struct HHStaticsConfig : hhVDoctorSDK.SDKRequest {
  731 + public func serviceURLSuffix() -> Swift.String
  732 + public func requestMethod() -> hhVDoctorSDK.HHRequestMethod
  733 + public func needDNS() -> Swift.Bool
  734 + public func needEncrypt() -> Swift.Bool
  735 + public func extensionUrlHost() -> Swift.String?
  736 + public func loadAppVersion() -> Swift.Bool
  737 +}
729 @_hasMissingDesignatedInitializers public class HHUrl { 738 @_hasMissingDesignatedInitializers public class HHUrl {
730 public static func makeUrl(_ url: Swift.String) -> Swift.String 739 public static func makeUrl(_ url: Swift.String) -> Swift.String
731 @objc deinit 740 @objc deinit
@@ -743,6 +752,7 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable { @@ -743,6 +752,7 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable {
743 @objc deinit 752 @objc deinit
744 } 753 }
745 public struct HHMemberInfoModel : hhVDoctorSDK.Mappable { 754 public struct HHMemberInfoModel : hhVDoctorSDK.Mappable {
  755 + public var productServiceId: Swift.Int?
746 public var productStatusDescn: Swift.String? 756 public var productStatusDescn: Swift.String?
747 public init?(map: hhVDoctorSDK.Map) 757 public init?(map: hhVDoctorSDK.Map)
748 public mutating func mapping(map: hhVDoctorSDK.Map) 758 public mutating func mapping(map: hhVDoctorSDK.Map)
@@ -1969,7 +1979,7 @@ public struct hhToastStyle { @@ -1969,7 +1979,7 @@ public struct hhToastStyle {
1969 public var shadowOffset: CoreGraphics.CGSize 1979 public var shadowOffset: CoreGraphics.CGSize
1970 public var imageSize: CoreGraphics.CGSize 1980 public var imageSize: CoreGraphics.CGSize
1971 public var activitySize: CoreGraphics.CGSize 1981 public var activitySize: CoreGraphics.CGSize
1972 - public var fadeDuration: Foundation.TimeInterval 1982 + public var fadeDuration: Swift.Double
1973 } 1983 }
1974 public func <- <Transform>(left: inout Transform.Object, right: (hhVDoctorSDK.Map, Transform)) where Transform : hhVDoctorSDK.TransformType 1984 public func <- <Transform>(left: inout Transform.Object, right: (hhVDoctorSDK.Map, Transform)) where Transform : hhVDoctorSDK.TransformType
1975 public func >>> <Transform>(left: Transform.Object, right: (hhVDoctorSDK.Map, Transform)) where Transform : hhVDoctorSDK.TransformType 1985 public func >>> <Transform>(left: Transform.Object, right: (hhVDoctorSDK.Map, Transform)) where Transform : hhVDoctorSDK.TransformType
@@ -2030,6 +2040,7 @@ extension TRTCManager : ImSDK.TIMConnListener { @@ -2030,6 +2040,7 @@ extension TRTCManager : ImSDK.TIMConnListener {
2030 } 2040 }
2031 extension TRTCManager : TXLiteAVSDK_TRTC.TRTCCloudDelegate { 2041 extension TRTCManager : TXLiteAVSDK_TRTC.TRTCCloudDelegate {
2032 @objc dynamic public func onEnterRoom(_ result: Swift.Int) 2042 @objc dynamic public func onEnterRoom(_ result: Swift.Int)
  2043 + @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?)
2033 } 2044 }
2034 extension TRTCManager : TXLiteAVSDK_TRTC.TRTCLogDelegate { 2045 extension TRTCManager : TXLiteAVSDK_TRTC.TRTCLogDelegate {
2035 @objc dynamic public func onLog(_ log: Swift.String?, logLevel level: TXLiteAVSDK_TRTC.TRTCLogLevel, whichModule module: Swift.String?) 2046 @objc dynamic public func onLog(_ log: Swift.String?, logLevel level: TXLiteAVSDK_TRTC.TRTCLogLevel, whichModule module: Swift.String?)
1 // swift-interface-format-version: 1.0 1 // swift-interface-format-version: 1.0
2 -// swift-compiler-version: Apple Swift version 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29) 2 +// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
3 // swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name hhVDoctorSDK 3 // swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name hhVDoctorSDK
4 import AVFoundation 4 import AVFoundation
5 import AdSupport 5 import AdSupport
@@ -25,13 +25,6 @@ public protocol AEAD { @@ -25,13 +25,6 @@ public protocol AEAD {
25 static var kLen: Swift.Int { get } 25 static var kLen: Swift.Int { get }
26 static var ivRange: Swift.Range<Swift.Int> { get } 26 static var ivRange: Swift.Range<Swift.Int> { get }
27 } 27 }
28 -@_hasMissingDesignatedInitializers final public class AEADChaCha20Poly1305 : hhVDoctorSDK.AEAD {  
29 - public static let kLen: Swift.Int  
30 - public static var ivRange: Swift.Range<Swift.Int>  
31 - public static func encrypt(_ plainText: Swift.Array<Swift.UInt8>, key: Swift.Array<Swift.UInt8>, iv: Swift.Array<Swift.UInt8>, authenticationHeader: Swift.Array<Swift.UInt8>) throws -> (cipherText: Swift.Array<Swift.UInt8>, authenticationTag: Swift.Array<Swift.UInt8>)  
32 - public static func decrypt(_ cipherText: Swift.Array<Swift.UInt8>, key: Swift.Array<Swift.UInt8>, iv: Swift.Array<Swift.UInt8>, authenticationHeader: Swift.Array<Swift.UInt8>, authenticationTag: Swift.Array<Swift.UInt8>) throws -> (plainText: Swift.Array<Swift.UInt8>, success: Swift.Bool)  
33 - @objc deinit  
34 -}  
35 extension AES { 28 extension AES {
36 convenience public init(key: Swift.String, iv: Swift.String, padding: hhVDoctorSDK.Padding = .pkcs7) throws 29 convenience public init(key: Swift.String, iv: Swift.String, padding: hhVDoctorSDK.Padding = .pkcs7) throws
37 } 30 }
@@ -527,7 +520,7 @@ public typealias HHLoginHandler = ((Swift.String?) -> Swift.Void) @@ -527,7 +520,7 @@ public typealias HHLoginHandler = ((Swift.String?) -> Swift.Void)
527 @objc deinit 520 @objc deinit
528 } 521 }
529 extension HHMSDK { 522 extension HHMSDK {
530 - @objc dynamic public func startMemberCall() 523 + @objc dynamic public func startMemberCall(needSelectMember: Swift.Bool = true)
531 } 524 }
532 extension HHMSDK { 525 extension HHMSDK {
533 @objc dynamic public func startNewCall(_ uuid: Swift.Int) 526 @objc dynamic public func startNewCall(_ uuid: Swift.Int)
@@ -708,7 +701,7 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable { @@ -708,7 +701,7 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable {
708 } 701 }
709 @objc public class HHSDKOptions : ObjectiveC.NSObject { 702 @objc public class HHSDKOptions : ObjectiveC.NSObject {
710 @objc public static let `default`: hhVDoctorSDK.HHSDKOptions 703 @objc public static let `default`: hhVDoctorSDK.HHSDKOptions
711 - @objc public var hudDisTime: Foundation.TimeInterval { 704 + @objc public var hudDisTime: Swift.Double {
712 @objc get 705 @objc get
713 @objc set 706 @objc set
714 } 707 }
@@ -721,11 +714,27 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable { @@ -721,11 +714,27 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable {
721 @objc public var allowEvaluate: Swift.Bool 714 @objc public var allowEvaluate: Swift.Bool
722 public var asyncLogin: Swift.Bool 715 public var asyncLogin: Swift.Bool
723 public var logCallback: ((Swift.String) -> Swift.Void)? 716 public var logCallback: ((Swift.String) -> Swift.Void)?
  717 + public var filterCallerInfo: Swift.Bool
  718 + public var mExtension: Swift.String
724 final public let sdkVersion: Swift.String 719 final public let sdkVersion: Swift.String
725 @objc public init(productId: Swift.String, isDebug: Swift.Bool = true, isDevelop: Swift.Bool = true) 720 @objc public init(productId: Swift.String, isDebug: Swift.Bool = true, isDevelop: Swift.Bool = true)
  721 + @objc public func setUserExtension(userExtension: Swift.String)
726 @objc override dynamic public init() 722 @objc override dynamic public init()
727 @objc deinit 723 @objc deinit
728 } 724 }
  725 +@_hasMissingDesignatedInitializers public class HHStatics {
  726 + public static let `default`: hhVDoctorSDK.HHStatics
  727 + public func send(params: [Swift.String : Any])
  728 + @objc deinit
  729 +}
  730 +public struct HHStaticsConfig : hhVDoctorSDK.SDKRequest {
  731 + public func serviceURLSuffix() -> Swift.String
  732 + public func requestMethod() -> hhVDoctorSDK.HHRequestMethod
  733 + public func needDNS() -> Swift.Bool
  734 + public func needEncrypt() -> Swift.Bool
  735 + public func extensionUrlHost() -> Swift.String?
  736 + public func loadAppVersion() -> Swift.Bool
  737 +}
729 @_hasMissingDesignatedInitializers public class HHUrl { 738 @_hasMissingDesignatedInitializers public class HHUrl {
730 public static func makeUrl(_ url: Swift.String) -> Swift.String 739 public static func makeUrl(_ url: Swift.String) -> Swift.String
731 @objc deinit 740 @objc deinit
@@ -743,6 +752,7 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable { @@ -743,6 +752,7 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable {
743 @objc deinit 752 @objc deinit
744 } 753 }
745 public struct HHMemberInfoModel : hhVDoctorSDK.Mappable { 754 public struct HHMemberInfoModel : hhVDoctorSDK.Mappable {
  755 + public var productServiceId: Swift.Int?
746 public var productStatusDescn: Swift.String? 756 public var productStatusDescn: Swift.String?
747 public init?(map: hhVDoctorSDK.Map) 757 public init?(map: hhVDoctorSDK.Map)
748 public mutating func mapping(map: hhVDoctorSDK.Map) 758 public mutating func mapping(map: hhVDoctorSDK.Map)
@@ -1969,7 +1979,7 @@ public struct hhToastStyle { @@ -1969,7 +1979,7 @@ public struct hhToastStyle {
1969 public var shadowOffset: CoreGraphics.CGSize 1979 public var shadowOffset: CoreGraphics.CGSize
1970 public var imageSize: CoreGraphics.CGSize 1980 public var imageSize: CoreGraphics.CGSize
1971 public var activitySize: CoreGraphics.CGSize 1981 public var activitySize: CoreGraphics.CGSize
1972 - public var fadeDuration: Foundation.TimeInterval 1982 + public var fadeDuration: Swift.Double
1973 } 1983 }
1974 public func <- <Transform>(left: inout Transform.Object, right: (hhVDoctorSDK.Map, Transform)) where Transform : hhVDoctorSDK.TransformType 1984 public func <- <Transform>(left: inout Transform.Object, right: (hhVDoctorSDK.Map, Transform)) where Transform : hhVDoctorSDK.TransformType
1975 public func >>> <Transform>(left: Transform.Object, right: (hhVDoctorSDK.Map, Transform)) where Transform : hhVDoctorSDK.TransformType 1985 public func >>> <Transform>(left: Transform.Object, right: (hhVDoctorSDK.Map, Transform)) where Transform : hhVDoctorSDK.TransformType
@@ -2030,6 +2040,7 @@ extension TRTCManager : ImSDK.TIMConnListener { @@ -2030,6 +2040,7 @@ extension TRTCManager : ImSDK.TIMConnListener {
2030 } 2040 }
2031 extension TRTCManager : TXLiteAVSDK_TRTC.TRTCCloudDelegate { 2041 extension TRTCManager : TXLiteAVSDK_TRTC.TRTCCloudDelegate {
2032 @objc dynamic public func onEnterRoom(_ result: Swift.Int) 2042 @objc dynamic public func onEnterRoom(_ result: Swift.Int)
  2043 + @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?)
2033 } 2044 }
2034 extension TRTCManager : TXLiteAVSDK_TRTC.TRTCLogDelegate { 2045 extension TRTCManager : TXLiteAVSDK_TRTC.TRTCLogDelegate {
2035 @objc dynamic public func onLog(_ log: Swift.String?, logLevel level: TXLiteAVSDK_TRTC.TRTCLogLevel, whichModule module: Swift.String?) 2046 @objc dynamic public func onLog(_ log: Swift.String?, logLevel level: TXLiteAVSDK_TRTC.TRTCLogLevel, whichModule module: Swift.String?)