@@ -572,7 +572,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit24SBUChannelViewController")
572
572
- (void)sendDocumentFileMessageWithDocumentUrls:(NSArray<NSURL *> * _Nonnull)documentUrls;
573
573
- (void)onClickBack;
574
574
- (void)onClickSetting;
575
- - (void)scrollToTop ;
575
+ - (void)scrollToBottom ;
576
576
- (void)registerWithAdminMessageCell:(SBUBaseMessageCell * _Nonnull)adminMessageCell nib:(UINib * _Nullable)nib;
577
577
- (void)registerWithUserMessageCell:(SBUBaseMessageCell * _Nonnull)userMessageCell nib:(UINib * _Nullable)nib;
578
578
- (void)registerWithFileMessageCell:(SBUBaseMessageCell * _Nonnull)fileMessageCell nib:(UINib * _Nullable)nib;
@@ -1099,7 +1099,9 @@ SWIFT_CLASS("_TtC13SendBirdUIKit7SBUMain")
1099
1099
+ (void)connectionCheckWithCompletionHandler:(void (^ _Nonnull)(SBDUser * _Nullable, SBDError * _Nullable))completionHandler;
1100
1100
+ (void)disconnectWithCompletionHandler:(void (^ _Nullable)(void))completionHandler;
1101
1101
+ (void)updateUserInfoWithNickname:(NSString * _Nullable)nickname profileUrl:(NSString * _Nullable)profileUrl completionHandler:(void (^ _Nullable)(SBDError * _Nullable))completionHandler;
1102
- + (NSString * _Nonnull)getUIKitVersion SWIFT_WARN_UNUSED_RESULT;
1102
+ + (NSString * _Nonnull)getUIKitVersion SWIFT_WARN_UNUSED_RESULT SWIFT_DEPRECATED_MSG("", "shortVersionString");
1103
+ + (NSString * _Nullable)versionString SWIFT_WARN_UNUSED_RESULT;
1104
+ + (NSString * _Nullable)shortVersionString SWIFT_WARN_UNUSED_RESULT;
1103
1105
+ (void)registerPushWithDeviceToken:(NSData * _Nonnull)deviceToken completionHandler:(void (^ _Nonnull)(BOOL))completionHandler;
1104
1106
+ (void)unregisterPushTokenWithCompletionHandler:(void (^ _Nonnull)(BOOL))completionHandler;
1105
1107
+ (void)unregisterAllPushTokenWithCompletionHandler:(void (^ _Nonnull)(BOOL))completionHandler;
@@ -2150,7 +2152,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit24SBUChannelViewController")
2150
2152
- (void)sendDocumentFileMessageWithDocumentUrls:(NSArray<NSURL *> * _Nonnull)documentUrls;
2151
2153
- (void)onClickBack;
2152
2154
- (void)onClickSetting;
2153
- - (void)scrollToTop ;
2155
+ - (void)scrollToBottom ;
2154
2156
- (void)registerWithAdminMessageCell:(SBUBaseMessageCell * _Nonnull)adminMessageCell nib:(UINib * _Nullable)nib;
2155
2157
- (void)registerWithUserMessageCell:(SBUBaseMessageCell * _Nonnull)userMessageCell nib:(UINib * _Nullable)nib;
2156
2158
- (void)registerWithFileMessageCell:(SBUBaseMessageCell * _Nonnull)fileMessageCell nib:(UINib * _Nullable)nib;
@@ -2677,7 +2679,9 @@ SWIFT_CLASS("_TtC13SendBirdUIKit7SBUMain")
2677
2679
+ (void)connectionCheckWithCompletionHandler:(void (^ _Nonnull)(SBDUser * _Nullable, SBDError * _Nullable))completionHandler;
2678
2680
+ (void)disconnectWithCompletionHandler:(void (^ _Nullable)(void))completionHandler;
2679
2681
+ (void)updateUserInfoWithNickname:(NSString * _Nullable)nickname profileUrl:(NSString * _Nullable)profileUrl completionHandler:(void (^ _Nullable)(SBDError * _Nullable))completionHandler;
2680
- + (NSString * _Nonnull)getUIKitVersion SWIFT_WARN_UNUSED_RESULT;
2682
+ + (NSString * _Nonnull)getUIKitVersion SWIFT_WARN_UNUSED_RESULT SWIFT_DEPRECATED_MSG("", "shortVersionString");
2683
+ + (NSString * _Nullable)versionString SWIFT_WARN_UNUSED_RESULT;
2684
+ + (NSString * _Nullable)shortVersionString SWIFT_WARN_UNUSED_RESULT;
2681
2685
+ (void)registerPushWithDeviceToken:(NSData * _Nonnull)deviceToken completionHandler:(void (^ _Nonnull)(BOOL))completionHandler;
2682
2686
+ (void)unregisterPushTokenWithCompletionHandler:(void (^ _Nonnull)(BOOL))completionHandler;
2683
2687
+ (void)unregisterAllPushTokenWithCompletionHandler:(void (^ _Nonnull)(BOOL))completionHandler;
@@ -3730,7 +3734,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit24SBUChannelViewController")
3730
3734
- (void)sendDocumentFileMessageWithDocumentUrls:(NSArray<NSURL *> * _Nonnull)documentUrls;
3731
3735
- (void)onClickBack;
3732
3736
- (void)onClickSetting;
3733
- - (void)scrollToTop ;
3737
+ - (void)scrollToBottom ;
3734
3738
- (void)registerWithAdminMessageCell:(SBUBaseMessageCell * _Nonnull)adminMessageCell nib:(UINib * _Nullable)nib;
3735
3739
- (void)registerWithUserMessageCell:(SBUBaseMessageCell * _Nonnull)userMessageCell nib:(UINib * _Nullable)nib;
3736
3740
- (void)registerWithFileMessageCell:(SBUBaseMessageCell * _Nonnull)fileMessageCell nib:(UINib * _Nullable)nib;
@@ -4257,7 +4261,9 @@ SWIFT_CLASS("_TtC13SendBirdUIKit7SBUMain")
4257
4261
+ (void)connectionCheckWithCompletionHandler:(void (^ _Nonnull)(SBDUser * _Nullable, SBDError * _Nullable))completionHandler;
4258
4262
+ (void)disconnectWithCompletionHandler:(void (^ _Nullable)(void))completionHandler;
4259
4263
+ (void)updateUserInfoWithNickname:(NSString * _Nullable)nickname profileUrl:(NSString * _Nullable)profileUrl completionHandler:(void (^ _Nullable)(SBDError * _Nullable))completionHandler;
4260
- + (NSString * _Nonnull)getUIKitVersion SWIFT_WARN_UNUSED_RESULT;
4264
+ + (NSString * _Nonnull)getUIKitVersion SWIFT_WARN_UNUSED_RESULT SWIFT_DEPRECATED_MSG("", "shortVersionString");
4265
+ + (NSString * _Nullable)versionString SWIFT_WARN_UNUSED_RESULT;
4266
+ + (NSString * _Nullable)shortVersionString SWIFT_WARN_UNUSED_RESULT;
4261
4267
+ (void)registerPushWithDeviceToken:(NSData * _Nonnull)deviceToken completionHandler:(void (^ _Nonnull)(BOOL))completionHandler;
4262
4268
+ (void)unregisterPushTokenWithCompletionHandler:(void (^ _Nonnull)(BOOL))completionHandler;
4263
4269
+ (void)unregisterAllPushTokenWithCompletionHandler:(void (^ _Nonnull)(BOOL))completionHandler;
@@ -5308,7 +5314,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit24SBUChannelViewController")
5308
5314
- (void)sendDocumentFileMessageWithDocumentUrls:(NSArray<NSURL *> * _Nonnull)documentUrls;
5309
5315
- (void)onClickBack;
5310
5316
- (void)onClickSetting;
5311
- - (void)scrollToTop ;
5317
+ - (void)scrollToBottom ;
5312
5318
- (void)registerWithAdminMessageCell:(SBUBaseMessageCell * _Nonnull)adminMessageCell nib:(UINib * _Nullable)nib;
5313
5319
- (void)registerWithUserMessageCell:(SBUBaseMessageCell * _Nonnull)userMessageCell nib:(UINib * _Nullable)nib;
5314
5320
- (void)registerWithFileMessageCell:(SBUBaseMessageCell * _Nonnull)fileMessageCell nib:(UINib * _Nullable)nib;
@@ -5835,7 +5841,9 @@ SWIFT_CLASS("_TtC13SendBirdUIKit7SBUMain")
5835
5841
+ (void)connectionCheckWithCompletionHandler:(void (^ _Nonnull)(SBDUser * _Nullable, SBDError * _Nullable))completionHandler;
5836
5842
+ (void)disconnectWithCompletionHandler:(void (^ _Nullable)(void))completionHandler;
5837
5843
+ (void)updateUserInfoWithNickname:(NSString * _Nullable)nickname profileUrl:(NSString * _Nullable)profileUrl completionHandler:(void (^ _Nullable)(SBDError * _Nullable))completionHandler;
5838
- + (NSString * _Nonnull)getUIKitVersion SWIFT_WARN_UNUSED_RESULT;
5844
+ + (NSString * _Nonnull)getUIKitVersion SWIFT_WARN_UNUSED_RESULT SWIFT_DEPRECATED_MSG("", "shortVersionString");
5845
+ + (NSString * _Nullable)versionString SWIFT_WARN_UNUSED_RESULT;
5846
+ + (NSString * _Nullable)shortVersionString SWIFT_WARN_UNUSED_RESULT;
5839
5847
+ (void)registerPushWithDeviceToken:(NSData * _Nonnull)deviceToken completionHandler:(void (^ _Nonnull)(BOOL))completionHandler;
5840
5848
+ (void)unregisterPushTokenWithCompletionHandler:(void (^ _Nonnull)(BOOL))completionHandler;
5841
5849
+ (void)unregisterAllPushTokenWithCompletionHandler:(void (^ _Nonnull)(BOOL))completionHandler;
0 commit comments