Commit f371567e by zhangyunjie

1.2.2.6

parent 9f8536db
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnIMSDKiOS'
s.version = '1.2.2.5'
s.version = '1.2.2.6'
s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC
......@@ -51,6 +51,6 @@ TODO: Add long description of the pod here.
s.dependency 'YYWebImage', '~> 1.0.5'
s.dependency 'YYText', '~> 1.0.7'
s.dependency 'OffcnLiveSDKiOS', '2.7.2.2'
s.dependency 'OffcnLiveSDKiOS'
end
......@@ -30,8 +30,6 @@ typedef void(^linkCallBack)(NSURL *URL);
//内部使用回调,勿用
@property (nonatomic, copy) linkCallBack linkCallBack;
//是否内部跳转
@property (nonatomic, assign) BOOL isInsideJump;
//联系人model
......@@ -40,6 +38,11 @@ typedef void(^linkCallBack)(NSURL *URL);
//滑动到底部
- (void)scrollTableToFoot:(BOOL)animated;
//是否内部跳转(单独使用此类跳转时请传NO)必传
@property (nonatomic, assign) BOOL isInsideJump;
//聊天内容点击链接是否跳转浏览器(yes:跳转浏览器;no:不跳转,返回的链接根据产品需求处理)
-(BOOL)isJumpToBrowserWithLinkUrlStr:(NSString *)linkUrlStr;
......
......@@ -188,7 +188,7 @@ NS_ASSUME_NONNULL_BEGIN
@class OffcnIMUserList_list_classesModel;
@interface OffcnIMUserList_listModel : NSObject
//单独使用聊天详情页面时需要传入
//单独使用聊天详情页面时(必传)
@property (nonatomic, assign) NSInteger cell_type;//1:群发消息,2:单发消息
//群发使用;选用
......@@ -212,10 +212,10 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, copy) NSString *remark;//备注名
@property (nonatomic, copy) NSString *phone;//用户手机号
@property (nonatomic, copy) NSString *name_original;//原始名字
@property (nonatomic, copy) NSString *user_id;//对方ID;如果是群发消息,user_id以@","拼接
@property (nonatomic, copy) NSString *user_id;//对方ID;如果是群发消息,user_id以@","拼接(必传)
//教师信息
@property (nonatomic, copy) NSString *group_id;//客服组id
@property (nonatomic, copy) NSString *group_id;//客服组id(必传)
@property (nonatomic, copy) NSString *identity;//身份
@property (nonatomic, copy) NSString *ability;//能力,例如:老师答疑题型范围等
@property (nonatomic, copy) NSString *teacherName;//名字
......@@ -286,7 +286,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic,copy)NSString *auto_reply_default;
@property (nonatomic,strong)NSMutableArray *list;
@property (nonatomic,assign)NSInteger online_status;//在线状态
@property (nonatomic,assign)NSInteger online_status;//1:正常;2:忙碌
@property (nonatomic,assign)BOOL isSure;
@end
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnIMModel.h"
static const NSString *OffcnIMSDKiOSVersion = @"1.2.2.5";
static const NSString *OffcnIMSDKiOSVersion = @"1.2.2.6";
//聊天详情头像点击事件通知
#define kOffcnIMChatInfoHeadIconClickNotification @"kOffcnIMChatInfoHeadIconClickNotification"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment