Commit 54b0aff95b9d2df9ed5fc2e41db17e123d0e2a88
1 parent
8774bf4b
37 38通用跳转添加 群名称
Showing
6 changed files
with
8 additions
and
6 deletions
DSCnliveShopSDK.podspec
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKProtocol.h
| ... | ... | @@ -176,13 +176,15 @@ |
| 176 | 176 | |
| 177 | 177 | /// 跳转TIM群组聊天 |
| 178 | 178 | /// @param groupId 群组id |
| 179 | +/// @param groupName 群组名称 | |
| 179 | 180 | /// @param fromVC 当前控制器 |
| 180 | --(void)skipTIMGroupChat:(nonnull NSString*)groupId fromVC:(nonnull UIViewController*)fromVC; | |
| 181 | +-(void)skipTIMGroupChat:(nonnull NSString*)groupId groupName:(nonnull NSString*)groupName fromVC:(nonnull UIViewController*)fromVC; | |
| 181 | 182 | |
| 182 | 183 | /// 跳转TIM群组详情 |
| 183 | 184 | /// @param groupId 群组id |
| 185 | +/// @param groupName 群组名称 | |
| 184 | 186 | /// @param fromVC 当前控制器 |
| 185 | --(void)skipTIMGroupDetails:(nonnull NSString*)groupId fromVC:(nonnull UIViewController*)fromVC; | |
| 187 | +-(void)skipTIMGroupDetails:(nonnull NSString*)groupId groupName:(nonnull NSString*)groupName fromVC:(nonnull UIViewController*)fromVC; | |
| 186 | 188 | |
| 187 | 189 | #pragma mark - (一部)url跳转 |
| 188 | 190 | ... | ... |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKSkip.h
| ... | ... | @@ -69,8 +69,8 @@ NS_ASSUME_NONNULL_BEGIN |
| 69 | 69 | /// 34 开发1部url跳转 |
| 70 | 70 | /// 35 我的礼物列表 |
| 71 | 71 | /// 36 礼物详情 to 礼物订单id 0不跳转 |
| 72 | -/// 37 群组聊天界面 to 群组id(为0不跳转) | |
| 73 | -/// 38 群组详情界面 to 群组id(为0不跳转) | |
| 72 | +/// 37 群组聊天界面 to 群组id(为0不跳转) shopType为群名称 | |
| 73 | +/// 38 群组详情界面 to 群组id(为0不跳转) shopType为群名称 | |
| 74 | 74 | /// @param type 按着后台给的传 |
| 75 | 75 | /// @param to 按着后台给的传 |
| 76 | 76 | /// @param shopType 按着后台给的传 | ... | ... |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type