Commit 4cb453a0b8ed1c723c80b4ab1c02176ff5dc41d4
1 parent
54b0aff9
添加通用跳转39 群组聊天信息
Showing
6 changed files
with
9 additions
and
2 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
| ... | ... | @@ -186,6 +186,12 @@ |
| 186 | 186 | /// @param fromVC 当前控制器 |
| 187 | 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 | 195 | #pragma mark - (一部)url跳转 |
| 190 | 196 | |
| 191 | 197 | /// (一部)url跳转 | ... | ... |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKSkip.h
| ... | ... | @@ -71,6 +71,7 @@ NS_ASSUME_NONNULL_BEGIN |
| 71 | 71 | /// 36 礼物详情 to 礼物订单id 0不跳转 |
| 72 | 72 | /// 37 群组聊天界面 to 群组id(为0不跳转) shopType为群名称 |
| 73 | 73 | /// 38 群组详情界面 to 群组id(为0不跳转) shopType为群名称 |
| 74 | +/// 39 群组聊天信息 to 群组id(为0不跳转) shopType为群名称 | |
| 74 | 75 | /// @param type 按着后台给的传 |
| 75 | 76 | /// @param to 按着后台给的传 |
| 76 | 77 | /// @param shopType 按着后台给的传 | ... | ... |
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type