Skip to content

Commit

Permalink
release 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
damon-v2 committed Nov 15, 2023
1 parent 3c384bb commit 6795390
Show file tree
Hide file tree
Showing 17 changed files with 5,705 additions and 5,542 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### v3.11.1 (Nov 15, 2023)

- Improved stability

### v3.11.0 (Nov 03, 2023)

- Support **Suggested Replies** feature for user message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

SBU_APP_VERSION = 3.11.0
SBU_APP_BUNDLE_VERSION = 3.11.0
SBU_APP_VERSION = 3.11.1
SBU_APP_BUNDLE_VERSION = 3.11.1
SENDBIRD_CHAT_SDK_VERSION = 4.12.2
Original file line number Diff line number Diff line change
Expand Up @@ -5587,18 +5587,18 @@ SWIFT_CLASS("_TtC13SendbirdUIKit20SBUUserListViewModel")
@end


@interface SBUUserListViewModel (SWIFT_EXTENSION(SendbirdUIKit)) <SBDGroupChannelDelegate>
- (void)channel:(SBDGroupChannel * _Nonnull)channel userDidJoin:(SBDUser * _Nonnull)user;
- (void)channel:(SBDGroupChannel * _Nonnull)channel userDidLeave:(SBDUser * _Nonnull)user;
@end


@interface SBUUserListViewModel (SWIFT_EXTENSION(SendbirdUIKit)) <SBDOpenChannelDelegate>
- (void)channel:(SBDOpenChannel * _Nonnull)channel userDidExit:(SBDUser * _Nonnull)user;
- (void)channel:(SBDOpenChannel * _Nonnull)channel userDidEnter:(SBDUser * _Nonnull)user;
@end


@interface SBUUserListViewModel (SWIFT_EXTENSION(SendbirdUIKit)) <SBDGroupChannelDelegate>
- (void)channel:(SBDGroupChannel * _Nonnull)channel userDidJoin:(SBDUser * _Nonnull)user;
- (void)channel:(SBDGroupChannel * _Nonnull)channel userDidLeave:(SBDUser * _Nonnull)user;
@end


@interface SBUUserListViewModel (SWIFT_EXTENSION(SendbirdUIKit)) <SBDBaseChannelDelegate>
- (void)channel:(SBDBaseChannel * _Nonnull)channel userWasMuted:(SBDRestrictedUser * _Nonnull)user;
- (void)channel:(SBDBaseChannel * _Nonnull)channel userWasUnmuted:(SBDUser * _Nonnull)user;
Expand Down Expand Up @@ -5731,6 +5731,7 @@ SWIFT_CLASS("_TtC13SendbirdUIKit16SBUVoiceRecorder")




@interface UINavigationController (SWIFT_EXTENSION(SendbirdUIKit))
@property (nonatomic, readonly) UIStatusBarStyle preferredStatusBarStyle;
/// Set up navigation bar with tint color. This method sets up <code>standardAppearance</code> and <code>scrollEdgeAppearance</code> with the tint color.
Expand Down
Binary file not shown.
Loading

0 comments on commit 6795390

Please sign in to comment.