wangguolei

3.6.4.06051513

Showing 19 changed files with 151 additions and 49 deletions
Pod::Spec.new do |s|
s.name = "HHVDoctorSDK"
s.version = "3.6.4.06051453"
s.version = "3.6.4.06051513"
s.summary = "和缓视频医生 SDK"
s.description = <<-DESC
... ...
... ... @@ -6,29 +6,29 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>hhVDoctorSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>hhVDoctorSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
... ...
... ... @@ -509,8 +509,7 @@ SWIFT_PROTOCOL("_TtP12hhVDoctorSDK16HHMVideoDelegate_")
- (void)onResponse:(BOOL)accept;
/// 强制下线
- (void)onForceOffline;
/// 需要跳转至小程序 (3.6.2 之后支持)
/// 跳转小程序请参考微信文档 https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Launching_a_Mini_Program/iOS_Development_example.html
/// 需要分享小程序 (3.6.2 之后支持)
/// \param path 跳转小程序路径
///
/// \param title 卡片标题
... ... @@ -520,6 +519,17 @@ SWIFT_PROTOCOL("_TtP12hhVDoctorSDK16HHMVideoDelegate_")
/// \param wxAppId 缺少的权限类型
///
- (void)onShareToWXMiniProgramWithPath:(NSString * _Nonnull)path title:(NSString * _Nonnull)title image:(NSString * _Nonnull)image wxAppId:(NSString * _Nonnull)wxAppId;
/// 需要拉起和缓小程序分享 (3.6.4 之后支持)
/// 拉起小程序请参考微信文档 https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Launching_a_Mini_Program/iOS_Development_example.html
/// \param path 跳转小程序路径
///
/// \param title 卡片标题
///
/// \param image 分享图片地址
///
/// \param wxAppId 缺少的权限类型
///
- (void)onShareLaunchWXMiniProgramWithPath:(NSString * _Nonnull)path wxAppId:(NSString * _Nonnull)wxAppId;
/// 去支付次卡
- (void)goPayCount:(NSString * _Nonnull)url;
@end
... ...
... ... @@ -3417,6 +3417,45 @@
},
{
"kind": "Function",
"name": "onShareLaunchWXMiniProgram",
"printedName": "onShareLaunchWXMiniProgram(path:wxAppId:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "c:@M@hhVDoctorSDK@objc(pl)HHMVideoDelegate(im)onShareLaunchWXMiniProgramWithPath:wxAppId:",
"mangledName": "$s12hhVDoctorSDK16HHMVideoDelegateP26onShareLaunchWXMiniProgram4path7wxAppIdySS_SStF",
"moduleName": "hhVDoctorSDK",
"genericSig": "<τ_0_0 where τ_0_0 : hhVDoctorSDK.HHMVideoDelegate>",
"sugared_genericSig": "<Self where Self : hhVDoctorSDK.HHMVideoDelegate>",
"protocolReq": true,
"objc_name": "onShareLaunchWXMiniProgramWithPath:wxAppId:",
"declAttributes": [
"Optional",
"ObjC",
"RawDocComment"
],
"reqNewWitnessTableEntry": true,
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "goPayCount",
"printedName": "goPayCount(_:)",
"children": [
... ... @@ -12070,70 +12109,70 @@
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2496,
"offset": 2835,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2507,
"offset": 2846,
"length": 13,
"value": "1"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2530,
"offset": 2869,
"length": 14,
"value": "2"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2554,
"offset": 2893,
"length": 11,
"value": "3"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2575,
"offset": 2914,
"length": 7,
"value": "4"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2496,
"offset": 2835,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2507,
"offset": 2846,
"length": 13,
"value": "1"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2530,
"offset": 2869,
"length": 14,
"value": "2"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2554,
"offset": 2893,
"length": 11,
"value": "3"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2575,
"offset": 2914,
"length": 7,
"value": "4"
},
... ...
... ... @@ -131,6 +131,7 @@ extension hhVDoctorSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate {
@objc optional func onResponse(_ accept: Swift.Bool)
@objc optional func onForceOffline()
@objc optional func onShareToWXMiniProgram(path: Swift.String, title: Swift.String, image: Swift.String, wxAppId: Swift.String)
@objc optional func onShareLaunchWXMiniProgram(path: Swift.String, wxAppId: Swift.String)
@objc optional func goPayCount(_ url: Swift.String)
}
@objc public enum HHMCallingState : Swift.Int {
... ...
... ... @@ -131,6 +131,7 @@ extension hhVDoctorSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate {
@objc optional func onResponse(_ accept: Swift.Bool)
@objc optional func onForceOffline()
@objc optional func onShareToWXMiniProgram(path: Swift.String, title: Swift.String, image: Swift.String, wxAppId: Swift.String)
@objc optional func onShareLaunchWXMiniProgram(path: Swift.String, wxAppId: Swift.String)
@objc optional func goPayCount(_ url: Swift.String)
}
@objc public enum HHMCallingState : Swift.Int {
... ...
... ... @@ -509,8 +509,7 @@ SWIFT_PROTOCOL("_TtP12hhVDoctorSDK16HHMVideoDelegate_")
- (void)onResponse:(BOOL)accept;
/// 强制下线
- (void)onForceOffline;
/// 需要跳转至小程序 (3.6.2 之后支持)
/// 跳转小程序请参考微信文档 https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Launching_a_Mini_Program/iOS_Development_example.html
/// 需要分享小程序 (3.6.2 之后支持)
/// \param path 跳转小程序路径
///
/// \param title 卡片标题
... ... @@ -520,6 +519,17 @@ SWIFT_PROTOCOL("_TtP12hhVDoctorSDK16HHMVideoDelegate_")
/// \param wxAppId 缺少的权限类型
///
- (void)onShareToWXMiniProgramWithPath:(NSString * _Nonnull)path title:(NSString * _Nonnull)title image:(NSString * _Nonnull)image wxAppId:(NSString * _Nonnull)wxAppId;
/// 需要拉起和缓小程序分享 (3.6.4 之后支持)
/// 拉起小程序请参考微信文档 https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Launching_a_Mini_Program/iOS_Development_example.html
/// \param path 跳转小程序路径
///
/// \param title 卡片标题
///
/// \param image 分享图片地址
///
/// \param wxAppId 缺少的权限类型
///
- (void)onShareLaunchWXMiniProgramWithPath:(NSString * _Nonnull)path wxAppId:(NSString * _Nonnull)wxAppId;
/// 去支付次卡
- (void)goPayCount:(NSString * _Nonnull)url;
@end
... ...
... ... @@ -3417,6 +3417,45 @@
},
{
"kind": "Function",
"name": "onShareLaunchWXMiniProgram",
"printedName": "onShareLaunchWXMiniProgram(path:wxAppId:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "c:@M@hhVDoctorSDK@objc(pl)HHMVideoDelegate(im)onShareLaunchWXMiniProgramWithPath:wxAppId:",
"mangledName": "$s12hhVDoctorSDK16HHMVideoDelegateP26onShareLaunchWXMiniProgram4path7wxAppIdySS_SStF",
"moduleName": "hhVDoctorSDK",
"genericSig": "<τ_0_0 where τ_0_0 : hhVDoctorSDK.HHMVideoDelegate>",
"sugared_genericSig": "<Self where Self : hhVDoctorSDK.HHMVideoDelegate>",
"protocolReq": true,
"objc_name": "onShareLaunchWXMiniProgramWithPath:wxAppId:",
"declAttributes": [
"Optional",
"ObjC",
"RawDocComment"
],
"reqNewWitnessTableEntry": true,
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "goPayCount",
"printedName": "goPayCount(_:)",
"children": [
... ... @@ -12070,70 +12109,70 @@
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2496,
"offset": 2835,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2507,
"offset": 2846,
"length": 13,
"value": "1"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2530,
"offset": 2869,
"length": 14,
"value": "2"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2554,
"offset": 2893,
"length": 11,
"value": "3"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2575,
"offset": 2914,
"length": 7,
"value": "4"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2496,
"offset": 2835,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2507,
"offset": 2846,
"length": 13,
"value": "1"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2530,
"offset": 2869,
"length": 14,
"value": "2"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2554,
"offset": 2893,
"length": 11,
"value": "3"
},
{
"filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
"kind": "IntegerLiteral",
"offset": 2575,
"offset": 2914,
"length": 7,
"value": "4"
},
... ...
... ... @@ -131,6 +131,7 @@ extension hhVDoctorSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate {
@objc optional func onResponse(_ accept: Swift.Bool)
@objc optional func onForceOffline()
@objc optional func onShareToWXMiniProgram(path: Swift.String, title: Swift.String, image: Swift.String, wxAppId: Swift.String)
@objc optional func onShareLaunchWXMiniProgram(path: Swift.String, wxAppId: Swift.String)
@objc optional func goPayCount(_ url: Swift.String)
}
@objc public enum HHMCallingState : Swift.Int {
... ...
... ... @@ -131,6 +131,7 @@ extension hhVDoctorSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate {
@objc optional func onResponse(_ accept: Swift.Bool)
@objc optional func onForceOffline()
@objc optional func onShareToWXMiniProgram(path: Swift.String, title: Swift.String, image: Swift.String, wxAppId: Swift.String)
@objc optional func onShareLaunchWXMiniProgram(path: Swift.String, wxAppId: Swift.String)
@objc optional func goPayCount(_ url: Swift.String)
}
@objc public enum HHMCallingState : Swift.Int {
... ...
... ... @@ -6,7 +6,7 @@
<dict>
<key>Headers/hhVDoctorSDK-Swift.h</key>
<data>
fNaKbDuHeE6C0vsZ3zgaq4uJ3+o=
FksZNmgqp1GE/MTpvqyUQW1hVQc=
</data>
<key>Headers/hhVDoctorSDK-umbrella.h</key>
<data>
... ... @@ -18,23 +18,23 @@
</data>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data>
nSpgYOs//SkORlD+7C0mZ+0AyP8=
aKc8EVACun83yPWLdyOk43LOmRQ=
</data>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<data>
RXvQjXMrJTQxacm1zf8KaGqxHw0=
VI5iAsac76PSaB5nBl4SVh/nLmM=
</data>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
eHav0lSDcbExTUPNMV3ceDf1Ldo=
WXQ+DKsubIcXyCqXqNziYIsqwD8=
</data>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<data>
RXvQjXMrJTQxacm1zf8KaGqxHw0=
VI5iAsac76PSaB5nBl4SVh/nLmM=
</data>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
xzyHxTOCll5IjeguLxky9jTth5Q=
0l4lDX9chywSjPFKd1PyjHZnn18=
</data>
<key>Modules/module.modulemap</key>
<data>
... ... @@ -47,11 +47,11 @@
<dict>
<key>hash</key>
<data>
fNaKbDuHeE6C0vsZ3zgaq4uJ3+o=
FksZNmgqp1GE/MTpvqyUQW1hVQc=
</data>
<key>hash2</key>
<data>
Cjhmd6EL92h8/LufKXc7tWpTQNvW0bwGdT2dtoYEC8o=
7H39uQCYVKWKDgfzZwur59m6UFtsFAekhH9tCahHfZk=
</data>
</dict>
<key>Headers/hhVDoctorSDK-umbrella.h</key>
... ... @@ -69,55 +69,55 @@
<dict>
<key>hash</key>
<data>
nSpgYOs//SkORlD+7C0mZ+0AyP8=
aKc8EVACun83yPWLdyOk43LOmRQ=
</data>
<key>hash2</key>
<data>
vxxTEawklhcGkBUACWMx7HdnkNKPAObI/LvkpuAWOBI=
2F6oa9Uo6etXhuc+Yw/d9o/R8hbDwMUCE+XW3Ql8vQ8=
</data>
</dict>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<dict>
<key>hash</key>
<data>
RXvQjXMrJTQxacm1zf8KaGqxHw0=
VI5iAsac76PSaB5nBl4SVh/nLmM=
</data>
<key>hash2</key>
<data>
8sRomux114q9VjT9Lp7w0kodkcSbCuWY4pMwk1k5Fdk=
g5NzFsv85elvT4N0AOOO9eOUNIp0UrpqJdI/pu2qKHw=
</data>
</dict>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<dict>
<key>hash</key>
<data>
eHav0lSDcbExTUPNMV3ceDf1Ldo=
WXQ+DKsubIcXyCqXqNziYIsqwD8=
</data>
<key>hash2</key>
<data>
OeySXnwP/3jy10e/xLvHor2eU5b42IIeeP1bEECNeR8=
jcAJau4AkM6YLLi2Zr/iU47PdZYNOMavK6ueW/wQNpk=
</data>
</dict>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<dict>
<key>hash</key>
<data>
RXvQjXMrJTQxacm1zf8KaGqxHw0=
VI5iAsac76PSaB5nBl4SVh/nLmM=
</data>
<key>hash2</key>
<data>
8sRomux114q9VjT9Lp7w0kodkcSbCuWY4pMwk1k5Fdk=
g5NzFsv85elvT4N0AOOO9eOUNIp0UrpqJdI/pu2qKHw=
</data>
</dict>
<key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash</key>
<data>
xzyHxTOCll5IjeguLxky9jTth5Q=
0l4lDX9chywSjPFKd1PyjHZnn18=
</data>
<key>hash2</key>
<data>
/VDBKBfR3pQDVZedt9DeW7bwDcinaw9kkHpf5vlzkso=
QeCFUZ9DypAKWp1th6SuhW8jbfhBNKjmTIbluVKHuac=
</data>
</dict>
<key>Modules/module.modulemap</key>
... ...