Commit 4cb453a0b8ed1c723c80b4ab1c02176ff5dc41d4
1 parent
54b0aff9
添加通用跳转39 群组聊天信息
Showing
6 changed files
with
9 additions
and
2 deletions
DSCnliveShopSDK.podspec
| 1 | 1 | ||
| 2 | Pod::Spec.new do |s| | 2 | Pod::Spec.new do |s| |
| 3 | s.name = 'DSCnliveShopSDK' | 3 | s.name = 'DSCnliveShopSDK' |
| 4 | - s.version = '0.3.7.003' | 4 | + s.version = '0.3.7.004' |
| 5 | s.summary = 'cnlive电商SDK' | 5 | s.summary = 'cnlive电商SDK' |
| 6 | s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK' | 6 | s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK' |
| 7 | s.license = { :type => 'MIT', :file => 'LICENSE' } | 7 | s.license = { :type => 'MIT', :file => 'LICENSE' } |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | // | 4 | // |
| 5 | // Created by zhaolin on 2019/4/13. | 5 | // Created by zhaolin on 2019/4/13. |
| 6 | // Copyright © 2019年 BIKE. All rights reserved. | 6 | // Copyright © 2019年 BIKE. All rights reserved. |
| 7 | -// 当前版本0.3.7.003 | 7 | +// 当前版本0.3.7.004 |
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKProtocol.h
| @@ -186,6 +186,12 @@ | @@ -186,6 +186,12 @@ | ||
| 186 | /// @param fromVC 当前控制器 | 186 | /// @param fromVC 当前控制器 |
| 187 | -(void)skipTIMGroupDetails:(nonnull NSString*)groupId groupName:(nonnull NSString*)groupName fromVC:(nonnull UIViewController*)fromVC; | 187 | -(void)skipTIMGroupDetails:(nonnull NSString*)groupId groupName:(nonnull NSString*)groupName fromVC:(nonnull UIViewController*)fromVC; |
| 188 | 188 | ||
| 189 | +/// 跳转TIM群组聊天信息 | ||
| 190 | +/// @param groupId 群组id | ||
| 191 | +/// @param groupName 群组名称 | ||
| 192 | +/// @param fromVC 当前控制器 | ||
| 193 | +-(void)skipTIMGroupMessage:(nonnull NSString*)groupId groupName:(nonnull NSString*)groupName fromVC:(nonnull UIViewController*)fromVC; | ||
| 194 | + | ||
| 189 | #pragma mark - (一部)url跳转 | 195 | #pragma mark - (一部)url跳转 |
| 190 | 196 | ||
| 191 | /// (一部)url跳转 | 197 | /// (一部)url跳转 |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKSkip.h
| @@ -71,6 +71,7 @@ NS_ASSUME_NONNULL_BEGIN | @@ -71,6 +71,7 @@ NS_ASSUME_NONNULL_BEGIN | ||
| 71 | /// 36 礼物详情 to 礼物订单id 0不跳转 | 71 | /// 36 礼物详情 to 礼物订单id 0不跳转 |
| 72 | /// 37 群组聊天界面 to 群组id(为0不跳转) shopType为群名称 | 72 | /// 37 群组聊天界面 to 群组id(为0不跳转) shopType为群名称 |
| 73 | /// 38 群组详情界面 to 群组id(为0不跳转) shopType为群名称 | 73 | /// 38 群组详情界面 to 群组id(为0不跳转) shopType为群名称 |
| 74 | +/// 39 群组聊天信息 to 群组id(为0不跳转) shopType为群名称 | ||
| 74 | /// @param type 按着后台给的传 | 75 | /// @param type 按着后台给的传 |
| 75 | /// @param to 按着后台给的传 | 76 | /// @param to 按着后台给的传 |
| 76 | /// @param shopType 按着后台给的传 | 77 | /// @param shopType 按着后台给的传 |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type