Skip to content

Commit

Permalink
[Update] 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shanezhangloftech committed Jul 30, 2021
1 parent d71eb60 commit 2f9b75c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions LTIMSDK.framework/Headers/LTChannelHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ NS_ASSUME_NONNULL_BEGIN

// path is nil or empty will delete profile
- (void)setChannelAvatarWithTransID:(NSString * _Nonnull)transID chID:(NSString * _Nonnull)chID avatarPath:(NSString * _Nonnull)avatarPath completion:(void (^_Nullable)(LTChannelProfileResponse * _Nullable response, LTErrorInfo * _Nullable error))completion progress:(void (^_Nullable)(LTProgressResponse * _Nullable progressResponse, BOOL isDone))progress;
- (void)deleteChannelAvatarWithTransID:(NSString * _Nonnull)transID chID:(NSString * _Nonnull)chID fileInfo:(LTFileInfo * _Nonnull)fileInfo completion:(void (^_Nullable)(LTChannelProfileResponse * _Nullable response, LTErrorInfo * _Nullable error))completion;

- (void)queryChannelWithTransID:(NSString * _Nonnull)transID chID:(NSString * _Nonnull)chID withMembers:(BOOL)withMembers completion:(void (^_Nullable)(LTQueryChannelsResponse * _Nullable response, LTErrorInfo * _Nullable error))completion;
- (void)queryChannelWithTransID:(NSString * _Nonnull)transID chTypes:(NSSet<NSNumber *> * _Nonnull)chTypes batchCount:(NSUInteger)batchCount withMembers:(BOOL)withMembers completion:(void (^_Nullable)(LTQueryChannelsResponse * _Nullable response, LTErrorInfo * _Nullable error))completion;
Expand Down
2 changes: 2 additions & 0 deletions LTIMSDK.framework/Headers/LTSDK+IM.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ NS_ASSUME_NONNULL_BEGIN

+ (LTIMManager * _Nullable)getIMManagerWithUserID:(NSString * _Nonnull)userID;

+ (void)terminateIMManagerWithUserID:(NSString * _Nonnull)userID;

@end

NS_ASSUME_NONNULL_END
1 change: 1 addition & 0 deletions LTIMSDK.framework/Headers/LTUserHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ NS_ASSUME_NONNULL_BEGIN

#pragma mark - setUserAvatar
- (void)setUserAvatarWithTransID:(NSString * _Nonnull)transID filePath:(NSString * _Nullable)filePath completion:(void (^_Nullable)(LTSetUserProfileResponse * _Nullable response, LTErrorInfo * _Nullable error))completion progress:(void (^_Nullable)(LTProgressResponse * _Nullable progressResponse, BOOL isDone))progress;
- (void)deleteUserAvatarWithTransID:(NSString * _Nonnull)transID fileInfo:(LTFileInfo *_Nullable)fileInfo completion:(void (^_Nullable)(LTSetUserProfileResponse * _Nullable response, LTErrorInfo * _Nullable error))completion;

#pragma mark - downloadPlusMenu
- (void)downloadPlusMenuWithTransID:(NSString * _Nonnull)transID menuID:(NSString * _Nonnull)menuID completion:(void (^_Nullable)(LTDownloadPlusMenuResponse * _Nullable response, LTErrorInfo * _Nullable error))completion;
Expand Down
Binary file modified LTIMSDK.framework/Info.plist
Binary file not shown.
Binary file modified LTIMSDK.framework/LTIMSDK
Binary file not shown.

0 comments on commit 2f9b75c

Please sign in to comment.