From 1443556e9ccb1a19ed8e6710c16c8adc4d4f4fb3 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 04 十一月 2021 14:19:55 +0800 Subject: [PATCH] 2021-11-04 1.更新SDK --- iOS/SDKDemo/LCOpenSDK-master/Framework/LCOpenSDKDynamic.framework/Headers/LCOpenSDK/LCOpenSDK_Param.h | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/iOS/SDKDemo/LCOpenSDK-master/Framework/LCOpenSDKDynamic.framework/Headers/LCOpenSDK/LCOpenSDK_Param.h b/iOS/SDKDemo/LCOpenSDK-master/Framework/LCOpenSDKDynamic.framework/Headers/LCOpenSDK/LCOpenSDK_Param.h index 6508d3c..4fab2e5 100644 --- a/iOS/SDKDemo/LCOpenSDK-master/Framework/LCOpenSDKDynamic.framework/Headers/LCOpenSDK/LCOpenSDK_Param.h +++ b/iOS/SDKDemo/LCOpenSDK-master/Framework/LCOpenSDKDynamic.framework/Headers/LCOpenSDK/LCOpenSDK_Param.h @@ -32,6 +32,24 @@ RECORD_TYPE_TIMING = 2000 }; +/** + 闊抽闄嶅櫔绛夌骇 + LCOpenSDK_EnhanceMode_Close 鍏抽棴 + LCOpenSDK_EnhanceMode_Level1 闄嶅櫔1绾э紝鏈�宸� + LCOpenSDK_EnhanceMode_Level2 闄嶅櫔2绾� + LCOpenSDK_EnhanceMode_Level3 闄嶅櫔3绾� + LCOpenSDK_EnhanceMode_Level4 闄嶅櫔4绾� + LCOpenSDK_EnhanceMode_Level5 闄嶅櫔5绾э紝鏈�浼� +*/ +typedef NS_ENUM(NSInteger, LCOpenSDK_EnhanceMode) { + LCOpenSDK_EnhanceMode_Close = -1, + LCOpenSDK_EnhanceMode_Level1 = 0, + LCOpenSDK_EnhanceMode_Level2 = 1, + LCOpenSDK_EnhanceMode_Level3 = 2, + LCOpenSDK_EnhanceMode_Level4 = 3, + LCOpenSDK_EnhanceMode_Level5 = 4 +}; + @interface LCOpenSDK_Param : NSObject @property (nonatomic, copy, nonnull) NSString *accessToken; /** 绠$悊鍛榯oken/鐢ㄦ埛token */ @@ -49,6 +67,8 @@ @property (nonatomic) DEFINITION_MODE defiMode; /** 娴佸獟浣揌D/SD妯″紡 */ @property (nonatomic) BOOL isOpt; /** 鏄惁浣跨敤闀块摼鎺ヤ紭鍖� */ +/// 鐮佹祦鍒嗚鲸鐜� +@property (nonatomic , assign) NSInteger imageSize; @end @@ -94,6 +114,9 @@ @property (nonatomic) BOOL isOpt; /** 鏄惁浣跨敤闀块摼鎺ヤ紭鍖� */ +/// 璇锋眰绫诲瀷锛宼alk瀵硅锛宑all鍛煎彨锛屽鏋滀笉浼狅紝榛樿涓簍alk +@property (nonatomic, copy) NSString *talkType; + @end NS_ASSUME_NONNULL_END -- Gitblit v1.8.0